#BD6427

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

Shades of Christine #BD6427

Tints of Christine #BD6427

Color information

#BD6427 (or 0xBD6427) is unknown color: approx Christine. HEX triplet: BD, 64 and 27. RGB value is (189,100,39). Sum of RGB (Red+Green+Blue) = 189+100+39=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 39 (15.62% from 255 or 11.89% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6427 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6427 is #429BD8. Grayscale: #777777. Windows color (decimal): -4365273 or 2581693. OLE color: 2581693.

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

Color convert

RGB18910039-
CMYK00.470.790.26
HSL24.4º65.79%44.71%-
HSV(B)24.4º79.37%74.12%-
XYZ25.9120.084.43-
YUV119.6682.49177.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.62%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 39 (15.62% from 255) = 11.89%
R=57.62%
G=30.49%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891003900.470.790.2624.465.7944.71
HexBD642702F4F1A18422d
Octal27514447057117323010255
Binary1011110111001001001110101111100111111010110001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6427; }

 p { color: rgb(189,100,39); }

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

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

 a { background-color: rgb(189,100,39); }

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

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

 span { border-color: rgb(189,100,39); }

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