#B85C1D

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

Shades of Christine #B85C1D

Tints of Christine #B85C1D

Color information

#B85C1D (or 0xB85C1D) is unknown color: approx Christine. HEX triplet: B8, 5C and 1D. RGB value is (184,92,29). Sum of RGB (Red+Green+Blue) = 184+92+29=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C1D is #47A3E2. Grayscale: #707070. Windows color (decimal): -4695011 or 1924280. OLE color: 1924280.

HSL color Cylindrical-coordinate representation of color #B85C1D: hue angle of 24.39º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B85C1D is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB1849229-
CMYK00.500.840.28
HSL24.39º72.77%41.76%-
HSV(B)24.39º84.24%72.16%-
XYZ23.8217.933.37-
YUV112.3380.98179.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.33%
GREEN value IS 92 (36.33% from 255) = 30.16%
BLUE value IS 29 (11.72% from 255) = 9.51%
R=60.33%
G=30.16%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184922900.500.840.2824.3972.7741.76
HexB85C1D032541C18492a
Octal27013435062124343011152
Binary101110001011100111010110010101010011100110001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85C1D; }

 p { color: rgb(184,92,29); }

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

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

 a { background-color: rgb(184,92,29); }

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

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

 span { border-color: rgb(184,92,29); }

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