#BD581A

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

Shades of Christine #BD581A

Tints of Christine #BD581A

Color information

#BD581A (or 0xBD581A) is unknown color: approx Christine. HEX triplet: BD, 58 and 1A. RGB value is (189,88,26). Sum of RGB (Red+Green+Blue) = 189+88+26=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD581A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD581A is #42A7E5. Grayscale: #6F6F6F. Windows color (decimal): -4368358 or 1726653. OLE color: 1726653.

HSL color Cylindrical-coordinate representation of color #BD581A: hue angle of 22.82º 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 #BD581A is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB1898826-
CMYK00.530.860.26
HSL22.82º75.81%42.16%-
HSV(B)22.82º86.24%74.12%-
XYZ24.6617.873.13-
YUV111.1379.96183.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.38%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 26 (10.55% from 255) = 8.58%
R=62.38%
G=29.04%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189882600.530.860.2622.8275.8142.16
HexBD581A035561A174c2a
Octal27513032065126322711452
Binary101111011011000110100110101101011011010101111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD581A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD581A; }

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

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

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

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

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

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

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

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