#B8672A

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

Shades of Christine #B8672A

Tints of Christine #B8672A

Color information

#B8672A (or 0xB8672A) is unknown color: approx Christine. HEX triplet: B8, 67 and 2A. RGB value is (184,103,42). Sum of RGB (Red+Green+Blue) = 184+103+42=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 42 (16.80% from 255 or 12.77% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B8672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8672A is #4798D5. Grayscale: #787878. Windows color (decimal): -4692182 or 2779064. OLE color: 2779064.

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

Color convert

RGB18410342-
CMYK00.440.770.28
HSL25.77º62.83%44.31%-
HSV(B)25.77º77.17%72.16%-
XYZ25.0420.064.74-
YUV120.2683.84173.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.93%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 42 (16.80% from 255) = 12.77%
R=55.93%
G=31.31%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841034200.440.770.2825.7762.8344.31
HexB8672A02C4D1C1a3f2c
Octal2701475205411534327754
Binary101110001100111101010010110010011011110011010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8672A; }

 p { color: rgb(184,103,42); }

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

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

 a { background-color: rgb(184,103,42); }

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

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

 span { border-color: rgb(184,103,42); }

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