#BD601A

Color #BD601A Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #BD601A

Tints of Christine #BD601A

Color information

#BD601A (or 0xBD601A) is unknown color: approx Christine. HEX triplet: BD, 60 and 1A. RGB value is (189,96,26). Sum of RGB (Red+Green+Blue) = 189+96+26=311 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.77% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 189 - color contains mainly: red. Hex color #BD601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD601A is #429FE5. Grayscale: #747474. Windows color (decimal): -4366310 or 1728701. OLE color: 1728701.

HSL color Cylindrical-coordinate representation of color #BD601A: hue angle of 25.77º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD601A is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB1899626-
CMYK00.490.860.26
HSL25.77º75.81%42.16%-
HSV(B)25.77º86.24%74.12%-
XYZ25.3619.263.36-
YUV115.8377.31180.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 60.77%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 26 (10.55% from 255) = 8.36%
R=60.77%
G=30.87%
B=8.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189962600.490.860.2625.7775.8142.16
HexBD601A031561A1a4c2a
Octal27514032061126323211452
Binary101111011100000110100110001101011011010110101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD601A; }

 p { color: rgb(189,96,26); }

 H1.HeaderClassName
 {
   color: #BD601A;
 }
 .AnyTagClassName
 {
   color: #BD601A;
 }
</style>
background-color css

<style>
 a { background-color: #BD601A; }

 a { background-color: rgb(189,96,26); }

 div.DivClassName
 {
   background-color: #BD601A;
 }
 .BgClassName
 {
   background-color: #BD601A;
 }
</style>
border-color css

<style>
 span { border-color: #BD601A; }

 span { border-color: rgb(189,96,26); }

 td.TdClassName
 {
   border-color: #BD601A;
 }
 .TagClassName
 {
   border-color: #BD601A;
 }
</style>