#B95C1D

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

Shades of Christine #B95C1D

Tints of Christine #B95C1D

Color information

#B95C1D (or 0xB95C1D) is unknown color: approx Christine. HEX triplet: B9, 5C and 1D. RGB value is (185,92,29). Sum of RGB (Red+Green+Blue) = 185+92+29=306 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.46% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95C1D is #46A3E2. Grayscale: #707070. Windows color (decimal): -4629475 or 1924281. OLE color: 1924281.

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

Color convert

RGB1859229-
CMYK00.500.840.27
HSL24.23º72.9%41.96%-
HSV(B)24.23º84.32%72.55%-
XYZ24.0618.063.38-
YUV112.6280.81179.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.46%
GREEN value IS 92 (36.33% from 255) = 30.07%
BLUE value IS 29 (11.72% from 255) = 9.48%
R=60.46%
G=30.07%
B=9.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185922900.500.840.2724.2372.941.96
HexB95C1D032541B18492a
Octal27113435062124333011152
Binary101110011011100111010110010101010011011110001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C1D; }

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

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

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

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

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

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

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

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