#BD6331

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

Shades of Christine #BD6331

Tints of Christine #BD6331

Color information

#BD6331 (or 0xBD6331) is unknown color: approx Christine. HEX triplet: BD, 63 and 31. RGB value is (189,99,49). Sum of RGB (Red+Green+Blue) = 189+99+49=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6331 is #429CCE. Grayscale: #787878. Windows color (decimal): -4365519 or 3236797. OLE color: 3236797.

HSL color Cylindrical-coordinate representation of color #BD6331: hue angle of 21.43º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD6331 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB1899949-
CMYK00.480.740.26
HSL21.43º58.82%46.67%-
HSV(B)21.43º74.07%74.12%-
XYZ2619.965.39-
YUV120.2187.82177.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.08%
GREEN value IS 99 (39.06% from 255) = 29.38%
BLUE value IS 49 (19.53% from 255) = 14.54%
R=56.08%
G=29.38%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189994900.480.740.2621.4358.8246.67
HexBD63310304A1A153b2f
Octal2751436106011232257357
Binary101111011100011110001011000010010101101010101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6331; }

 p { color: rgb(189,99,49); }

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

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

 a { background-color: rgb(189,99,49); }

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

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

 span { border-color: rgb(189,99,49); }

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