#B9671A

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

Shades of Christine #B9671A

Tints of Christine #B9671A

Color information

#B9671A (or 0xB9671A) is unknown color: approx Christine. HEX triplet: B9, 67 and 1A. RGB value is (185,103,26). Sum of RGB (Red+Green+Blue) = 185+103+26=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B9671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9671A is #4698E5. Grayscale: #777777. Windows color (decimal): -4626662 or 1730489. OLE color: 1730489.

HSL color Cylindrical-coordinate representation of color #B9671A: hue angle of 29.06º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9671A is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB18510326-
CMYK00.440.860.27
HSL29.06º75.36%41.37%-
HSV(B)29.06º85.95%72.55%-
XYZ25.0420.093.53-
YUV118.7475.67175.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.92%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 26 (10.55% from 255) = 8.28%
R=58.92%
G=32.80%
B=8.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851032600.440.860.2729.0675.3641.37
HexB9671A02C561B1d4b29
Octal27114732054126333511351
Binary101110011100111110100101100101011011011111011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9671A; }

 p { color: rgb(185,103,26); }

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

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

 a { background-color: rgb(185,103,26); }

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

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

 span { border-color: rgb(185,103,26); }

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