#b75f19

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

Shades of Christine #B75F19

Tints of Christine #B75F19

Color information

#B75F19 (or 0xB75F19) is unknown color: approx Christine. HEX triplet: B7, 5F and 19. RGB value is (183,95,25). Sum of RGB (Red+Green+Blue) = 183+95+25=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75F19 is #48A0E6. Grayscale: #717171. Windows color (decimal): -4759783 or 1662903. OLE color: 1662903.

HSL color Cylindrical-coordinate representation of color #B75F19: hue angle of 26.58º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B75F19 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB1839525-
CMYK00.480.860.28
HSL26.58º75.96%40.78%-
HSV(B)26.58º86.34%71.76%-
XYZ23.818.323.2-
YUV113.3378.15177.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.40%
GREEN value IS 95 (37.5% from 255) = 31.35%
BLUE value IS 25 (10.16% from 255) = 8.25%
R=60.40%
G=31.35%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183952500.480.860.2826.5875.9640.78
HexB75F19030561C1b4c29
Octal26713731060126343311451
Binary101101111011111110010110000101011011100110111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b75f19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b75f19; }

 p { color: rgb(183,95,25); }

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

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

 a { background-color: rgb(183,95,25); }

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

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

 span { border-color: rgb(183,95,25); }

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