#B95F2B

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

Shades of Christine #B95F2B

Tints of Christine #B95F2B

Color information

#B95F2B (or 0xB95F2B) is unknown color: approx Christine. HEX triplet: B9, 5F and 2B. RGB value is (185,95,43). Sum of RGB (Red+Green+Blue) = 185+95+43=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B95F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95F2B is #46A0D4. Grayscale: #747474. Windows color (decimal): -4628693 or 2842553. OLE color: 2842553.

HSL color Cylindrical-coordinate representation of color #B95F2B: hue angle of 21.97º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B95F2B is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1859543-
CMYK00.490.770.27
HSL21.97º62.28%44.71%-
HSV(B)21.97º76.76%72.55%-
XYZ24.5418.674.6-
YUV115.9886.82177.23-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.28%
GREEN value IS 95 (37.5% from 255) = 29.41%
BLUE value IS 43 (17.19% from 255) = 13.31%
R=57.28%
G=29.41%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185954300.490.770.2721.9762.2844.71
HexB95F2B0314D1B163e2d
Octal2711375306111533267655
Binary101110011011111101011011000110011011101110110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95F2B; }

 p { color: rgb(185,95,43); }

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

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

 a { background-color: rgb(185,95,43); }

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

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

 span { border-color: rgb(185,95,43); }

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