#BD6329

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

Shades of Christine #BD6329

Tints of Christine #BD6329

Color information

#BD6329 (or 0xBD6329) is unknown color: approx Christine. HEX triplet: BD, 63 and 29. RGB value is (189,99,41). Sum of RGB (Red+Green+Blue) = 189+99+41=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6329 is #429CD6. Grayscale: #777777. Windows color (decimal): -4365527 or 2712509. OLE color: 2712509.

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

Color convert

RGB1899941-
CMYK00.480.780.26
HSL23.51º64.35%45.1%-
HSV(B)23.51º78.31%74.12%-
XYZ25.8519.94.58-
YUV119.383.82177.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.45%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 41 (16.41% from 255) = 12.46%
R=57.45%
G=30.09%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189994100.480.780.2623.5164.3545.1
HexBD63290304E1A18402d
Octal27514351060116323010055
Binary1011110111000111010010110000100111011010110001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6329; }

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

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

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

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

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

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

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

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