#BD6023

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

Shades of Christine #BD6023

Tints of Christine #BD6023

Color information

#BD6023 (or 0xBD6023) is unknown color: approx Christine. HEX triplet: BD, 60 and 23. RGB value is (189,96,35). Sum of RGB (Red+Green+Blue) = 189+96+35=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6023 is #429FDC. Grayscale: #757575. Windows color (decimal): -4366301 or 2318525. OLE color: 2318525.

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

Color convert

RGB1899635-
CMYK00.490.810.26
HSL23.77º68.75%43.92%-
HSV(B)23.77º81.48%74.12%-
XYZ25.4719.313.97-
YUV116.8581.81179.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 59.06%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 35 (14.06% from 255) = 10.94%
R=59.06%
G=30%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189963500.490.810.2623.7768.7543.92
HexBD6023031511A18452c
Octal27514043061121323010554
Binary1011110111000001000110110001101000111010110001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6023; }

 p { color: rgb(189,96,35); }

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

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

 a { background-color: rgb(189,96,35); }

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

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

 span { border-color: rgb(189,96,35); }

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