#BD602A

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

Shades of Christine #BD602A

Tints of Christine #BD602A

Color information

#BD602A (or 0xBD602A) is unknown color: approx Christine. HEX triplet: BD, 60 and 2A. RGB value is (189,96,42). Sum of RGB (Red+Green+Blue) = 189+96+42=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD602A is #429FD5. Grayscale: #757575. Windows color (decimal): -4366294 or 2777277. OLE color: 2777277.

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

Color convert

RGB1899642-
CMYK00.490.780.26
HSL22.04º63.64%45.29%-
HSV(B)22.04º77.78%74.12%-
XYZ25.5919.354.58-
YUV117.6585.31178.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.80%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 42 (16.80% from 255) = 12.84%
R=57.80%
G=29.36%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189964200.490.780.2622.0463.6445.29
HexBD602A0314E1A16402d
Octal27514052061116322610055
Binary1011110111000001010100110001100111011010101101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD602A; }

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

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

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

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

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

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

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

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