#B7642A

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

Shades of Christine #B7642A

Tints of Christine #B7642A

Color information

#B7642A (or 0xB7642A) is unknown color: approx Christine. HEX triplet: B7, 64 and 2A. RGB value is (183,100,42). Sum of RGB (Red+Green+Blue) = 183+100+42=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7642A is #489BD5. Grayscale: #767676. Windows color (decimal): -4758486 or 2778295. OLE color: 2778295.

HSL color Cylindrical-coordinate representation of color #B7642A: hue angle of 24.68º 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 #B7642A is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB18310042-
CMYK00.450.770.28
HSL24.68º62.67%44.12%-
HSV(B)24.68º77.05%71.76%-
XYZ24.519.354.63-
YUV118.285174.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.31%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 42 (16.80% from 255) = 12.92%
R=56.31%
G=30.77%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831004200.450.770.2824.6862.6744.12
HexB7642A02D4D1C193f2c
Octal2671445205511534317754
Binary101101111100100101010010110110011011110011001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7642A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7642A; }

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

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

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

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

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

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

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

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