#B8570A

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

Shades of Tenne (Tawny) #B8570A

Tints of Tenne (Tawny) #B8570A

Color information

#B8570A (or 0xB8570A) is unknown color: approx Tenne (Tawny). HEX triplet: B8, 57 and 0A. RGB value is (184,87,10). Sum of RGB (Red+Green+Blue) = 184+87+10=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8570A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8570A is #47A8F5. Grayscale: #6B6B6B. Windows color (decimal): -4696310 or 677816. OLE color: 677816.

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

Color convert

RGB1848710-
CMYK00.530.950.28
HSL26.55º89.69%38.04%-
HSV(B)26.55º94.57%72.16%-
XYZ23.2317.032.35-
YUV107.2273.14182.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 65.48%
GREEN value IS 87 (34.38% from 255) = 30.96%
BLUE value IS 10 (4.30% from 255) = 3.56%
R=65.48%
G=30.96%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184871000.530.950.2826.5589.6938.04
HexB857A0355F1C1b5a26
Octal27012712065137343313246
Binary10111000101011110100110101101111111100110111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8570A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8570A; }

 p { color: rgb(184,87,10); }

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

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

 a { background-color: rgb(184,87,10); }

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

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

 span { border-color: rgb(184,87,10); }

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