Html Css Color HEX #B8580C Tenne (Tawny)

📋 copy color: '#B8580C'

red 184 ◦ green 88 ◦ blue 12

#B8580C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #B8580C

Tints of Tenne (Tawny) #B8580C

RGB

 RED value IS 184 (72.27% from 255) = 64.79%

 GREEN value IS 88 (34.77% from 255) = 30.99%

 BLUE value IS 12 (5.08% from 255) = 4.23%

R = 64.79%
G = 30.99%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8580C (or 0xB8580C) is known color: Tenne (Tawny). HEX triplet: B8, 58 and 0C. RGB value is (184,88,12). Sum of RGB (Red+Green+Blue) = 184+88+12=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B8580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8580C is #47A7F3. Grayscale: #6C6C6C. Windows color (decimal): -4696052 or 809144. OLE color: 809144.

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

Color convert

RGB 184 88 12 -
CMYK 0 0.52 0.93 0.28
HSL 26.51º 0.88% 0.38% -
HSV(B) 26.51º 0.93% 0.72% -
XYZ 23.32 17.2 2.44 -
YUV 108.04 73.8 182.18 -
System Red Green Blue C M Y K H S L
Decimal 184 88 12 0 0.52 0.93 0.28 26.51 0.88 0.38
Hex B8 58 C 0 34 5D 1C 1B 58 26
Octal 270 130 14 0 64 135 34 33 130 46
Binary 10111000 1011000 1100 0 110100 1011101 11100 11011 1011000 100110

Color Harmonies of #B8580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8580C

Black with #B8580C

Text Example


Text Example

White with #B8580C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8580C; }

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

 H1.HeaderClassName
 {
   color: #B8580C;
 }
 .AnyTagClassName
 {
   color: #B8580C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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