#B6672A

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

Shades of Christine #B6672A

Tints of Christine #B6672A

Color information

#B6672A (or 0xB6672A) is unknown color: approx Christine. HEX triplet: B6, 67 and 2A. RGB value is (182,103,42). Sum of RGB (Red+Green+Blue) = 182+103+42=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B6672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6672A is #4998D5. Grayscale: #777777. Windows color (decimal): -4823254 or 2779062. OLE color: 2779062.

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

Color convert

RGB18210342-
CMYK00.430.770.29
HSL26.14º62.5%43.92%-
HSV(B)26.14º76.92%71.37%-
XYZ24.5619.814.72-
YUV119.6784.17172.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.66%
GREEN value IS 103 (40.62% from 255) = 31.50%
BLUE value IS 42 (16.80% from 255) = 12.84%
R=55.66%
G=31.50%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821034200.430.770.2926.1462.543.92
HexB6672A02B4D1D1a3e2c
Octal2661475205311535327654
Binary101101101100111101010010101110011011110111010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6672A; }

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

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

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

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

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

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

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

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