#BD5A26

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

Shades of Christine #BD5A26

Tints of Christine #BD5A26

Color information

#BD5A26 (or 0xBD5A26) is unknown color: approx Christine. HEX triplet: BD, 5A and 26. RGB value is (189,90,38). Sum of RGB (Red+Green+Blue) = 189+90+38=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5A26 is #42A5D9. Grayscale: #717171. Windows color (decimal): -4367834 or 2513597. OLE color: 2513597.

HSL color Cylindrical-coordinate representation of color #BD5A26: hue angle of 20.66º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD5A26 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB1899038-
CMYK00.520.800.26
HSL20.66º66.52%44.51%-
HSV(B)20.66º79.89%74.12%-
XYZ24.9918.274.04-
YUV113.6785.3181.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.62%
GREEN value IS 90 (35.55% from 255) = 28.39%
BLUE value IS 38 (15.23% from 255) = 11.99%
R=59.62%
G=28.39%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.80
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189903800.520.800.2620.6666.5244.51
HexBD5A26034501A15432d
Octal27513246064120322510355
Binary1011110110110101001100110100101000011010101011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5A26; }

 p { color: rgb(189,90,38); }

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

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

 a { background-color: rgb(189,90,38); }

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

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

 span { border-color: rgb(189,90,38); }

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