#B7601F

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

Shades of Christine #B7601F

Tints of Christine #B7601F

Color information

#B7601F (or 0xB7601F) is unknown color: approx Christine. HEX triplet: B7, 60 and 1F. RGB value is (183,96,31). Sum of RGB (Red+Green+Blue) = 183+96+31=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7601F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7601F is #489FE0. Grayscale: #727272. Windows color (decimal): -4759521 or 2056375. OLE color: 2056375.

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

Color convert

RGB1839631-
CMYK00.480.830.28
HSL25.66º71.03%41.96%-
HSV(B)25.66º83.06%71.76%-
XYZ23.9618.533.61-
YUV114.680.82176.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.03%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 31 (12.5% from 255) = 10%
R=59.03%
G=30.97%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183963100.480.830.2825.6671.0341.96
HexB7601F030531C1a472a
Octal26714037060123343210752
Binary101101111100000111110110000101001111100110101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7601F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7601F; }

 p { color: rgb(183,96,31); }

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

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

 a { background-color: rgb(183,96,31); }

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

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

 span { border-color: rgb(183,96,31); }

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