#B95E2B

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

Shades of Christine #B95E2B

Tints of Christine #B95E2B

Color information

#B95E2B (or 0xB95E2B) is unknown color: approx Christine. HEX triplet: B9, 5E and 2B. RGB value is (185,94,43). Sum of RGB (Red+Green+Blue) = 185+94+43=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95E2B is #46A1D4. Grayscale: #737373. Windows color (decimal): -4628949 or 2842297. OLE color: 2842297.

HSL color Cylindrical-coordinate representation of color #B95E2B: hue angle of 21.55º 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 #B95E2B is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1859443-
CMYK00.490.770.27
HSL21.55º62.28%44.71%-
HSV(B)21.55º76.76%72.55%-
XYZ24.4518.494.57-
YUV115.487.15177.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.45%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 43 (17.19% from 255) = 13.35%
R=57.45%
G=29.19%
B=13.35%

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
Decimal185944300.490.770.2721.5562.2844.71
HexB95E2B0314D1B163e2d
Octal2711365306111533267655
Binary101110011011110101011011000110011011101110110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E2B; }

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

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

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

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

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

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

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

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