#B7682C

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

Shades of Christine #B7682C

Tints of Christine #B7682C

Color information

#B7682C (or 0xB7682C) is unknown color: approx Christine. HEX triplet: B7, 68 and 2C. RGB value is (183,104,44). Sum of RGB (Red+Green+Blue) = 183+104+44=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B7682C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7682C is #4897D3. Grayscale: #797979. Windows color (decimal): -4757460 or 2910391. OLE color: 2910391.

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

Color convert

RGB18310444-
CMYK00.430.760.28
HSL25.9º61.23%44.51%-
HSV(B)25.9º75.96%71.76%-
XYZ24.9320.154.96-
YUV120.7884.67172.38-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.29%
GREEN value IS 104 (41.02% from 255) = 31.42%
BLUE value IS 44 (17.58% from 255) = 13.29%
R=55.29%
G=31.42%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831044400.430.760.2825.961.2344.51
HexB7682C02B4C1C1a3d2d
Octal2671505405311434327555
Binary101101111101000101100010101110011001110011010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7682C; }

 p { color: rgb(183,104,44); }

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

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

 a { background-color: rgb(183,104,44); }

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

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

 span { border-color: rgb(183,104,44); }

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