#B7632D

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

Shades of Christine #B7632D

Tints of Christine #B7632D

Color information

#B7632D (or 0xB7632D) is unknown color: approx Christine. HEX triplet: B7, 63 and 2D. RGB value is (183,99,45). Sum of RGB (Red+Green+Blue) = 183+99+45=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B7632D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7632D is #489CD2. Grayscale: #767676. Windows color (decimal): -4758739 or 2974647. OLE color: 2974647.

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

Color convert

RGB1839945-
CMYK00.460.750.28
HSL23.48º60.53%44.71%-
HSV(B)23.48º75.41%71.76%-
XYZ24.4619.184.9-
YUV117.9686.83174.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.96%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 45 (17.97% from 255) = 13.76%
R=55.96%
G=30.28%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183994500.460.750.2823.4860.5344.71
HexB7632D02E4B1C173d2d
Octal2671435505611334277555
Binary101101111100011101101010111010010111110010111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7632D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7632D; }

 p { color: rgb(183,99,45); }

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

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

 a { background-color: rgb(183,99,45); }

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

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

 span { border-color: rgb(183,99,45); }

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