#BD612A

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

Shades of Christine #BD612A

Tints of Christine #BD612A

Color information

#BD612A (or 0xBD612A) is unknown color: approx Christine. HEX triplet: BD, 61 and 2A. RGB value is (189,97,42). Sum of RGB (Red+Green+Blue) = 189+97+42=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 42 (16.80% from 255 or 12.80% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD612A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD612A is #429ED5. Grayscale: #767676. Windows color (decimal): -4366038 or 2777533. OLE color: 2777533.

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

Color convert

RGB1899742-
CMYK00.490.780.26
HSL22.45º63.64%45.29%-
HSV(B)22.45º77.78%74.12%-
XYZ25.6819.544.61-
YUV118.2484.98178.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.62%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 42 (16.80% from 255) = 12.80%
R=57.62%
G=29.57%
B=12.80%

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
Decimal189974200.490.780.2622.4563.6445.29
HexBD612A0314E1A16402d
Octal27514152061116322610055
Binary1011110111000011010100110001100111011010101101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD612A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD612A; }

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

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

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

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

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

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

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

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