#B7682A

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

Shades of Christine #B7682A

Tints of Christine #B7682A

Color information

#B7682A (or 0xB7682A) is unknown color: approx Christine. HEX triplet: B7, 68 and 2A. RGB value is (183,104,42). Sum of RGB (Red+Green+Blue) = 183+104+42=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7682A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7682A is #4897D5. Grayscale: #787878. Windows color (decimal): -4757462 or 2779319. OLE color: 2779319.

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

Color convert

RGB18310442-
CMYK00.430.770.28
HSL26.38º62.67%44.12%-
HSV(B)26.38º77.05%71.76%-
XYZ24.920.144.76-
YUV120.5583.67172.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.62%
GREEN value IS 104 (41.02% from 255) = 31.61%
BLUE value IS 42 (16.80% from 255) = 12.77%
R=55.62%
G=31.61%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831044200.430.770.2826.3862.6744.12
HexB7682A02B4D1C1a3f2c
Octal2671505205311534327754
Binary101101111101000101010010101110011011110011010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7682A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7682A; }

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

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

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

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

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

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

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

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