#B8630C

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

Shades of Tenne (Tawny) #B8630C

Tints of Tenne (Tawny) #B8630C

Color information

#B8630C (or 0xB8630C) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 63 and 0C. RGB value is (184,99,12). Sum of RGB (Red+Green+Blue) = 184+99+12=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B8630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8630C is #479CF3. Grayscale: #727272. Windows color (decimal): -4693236 or 811960. OLE color: 811960.

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

Color convert

RGB1849912-
CMYK00.460.930.28
HSL30.35º87.76%38.43%-
HSV(B)30.35º93.48%72.16%-
XYZ24.319.142.76-
YUV114.570.16177.57-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.37%
GREEN value IS 99 (39.06% from 255) = 33.56%
BLUE value IS 12 (5.08% from 255) = 4.07%
R=62.37%
G=33.56%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184991200.460.930.2830.3587.7638.43
HexB863C02E5D1C1e5826
Octal27014314056135343613046
Binary10111000110001111000101110101110111100111101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8630C; }

 p { color: rgb(184,99,12); }

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

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

 a { background-color: rgb(184,99,12); }

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

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

 span { border-color: rgb(184,99,12); }

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