#B95E26

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

Shades of Christine #B95E26

Tints of Christine #B95E26

Color information

#B95E26 (or 0xB95E26) is unknown color: approx Christine. HEX triplet: B9, 5E and 26. RGB value is (185,94,38). Sum of RGB (Red+Green+Blue) = 185+94+38=317 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.36% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95E26 is #46A1D9. Grayscale: #737373. Windows color (decimal): -4628954 or 2514617. OLE color: 2514617.

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

Color convert

RGB1859438-
CMYK00.490.790.27
HSL22.86º65.92%43.73%-
HSV(B)22.86º79.46%72.55%-
XYZ24.3618.464.11-
YUV114.8284.65178.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.36%
GREEN value IS 94 (37.11% from 255) = 29.65%
BLUE value IS 38 (15.23% from 255) = 11.99%
R=58.36%
G=29.65%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185943800.490.790.2722.8665.9243.73
HexB95E260314F1B17422c
Octal27113646061117332710254
Binary1011100110111101001100110001100111111011101111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95E26; }

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

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

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

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

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

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

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

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