#BD611A

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

Shades of Christine #BD611A

Tints of Christine #BD611A

Color information

#BD611A (or 0xBD611A) is unknown color: approx Christine. HEX triplet: BD, 61 and 1A. RGB value is (189,97,26). Sum of RGB (Red+Green+Blue) = 189+97+26=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD611A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD611A is #429EE5. Grayscale: #747474. Windows color (decimal): -4366054 or 1728957. OLE color: 1728957.

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

Color convert

RGB1899726-
CMYK00.490.860.26
HSL26.13º75.81%42.16%-
HSV(B)26.13º86.24%74.12%-
XYZ25.4519.443.39-
YUV116.4176.98179.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 60.58%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 26 (10.55% from 255) = 8.33%
R=60.58%
G=31.09%
B=8.33%

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
Decimal189972600.490.860.2626.1375.8142.16
HexBD611A031561A1a4c2a
Octal27514132061126323211452
Binary101111011100001110100110001101011011010110101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD611A; }

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

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

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

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

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

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

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

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