#BD612B

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

Shades of Christine #BD612B

Tints of Christine #BD612B

Color information

#BD612B (or 0xBD612B) is unknown color: approx Christine. HEX triplet: BD, 61 and 2B. RGB value is (189,97,43). Sum of RGB (Red+Green+Blue) = 189+97+43=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD612B is #429ED4. Grayscale: #767676. Windows color (decimal): -4366037 or 2843069. OLE color: 2843069.

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

Color convert

RGB1899743-
CMYK00.490.770.26
HSL22.19º62.93%45.49%-
HSV(B)22.19º77.25%74.12%-
XYZ25.719.544.7-
YUV118.3585.48178.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.45%
GREEN value IS 97 (38.28% from 255) = 29.48%
BLUE value IS 43 (17.19% from 255) = 13.07%
R=57.45%
G=29.48%
B=13.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189974300.490.770.2622.1962.9345.49
HexBD612B0314D1A163f2d
Octal2751415306111532267755
Binary101111011100001101011011000110011011101010110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD612B; }

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

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

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

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

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

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

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

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