Html Css Color HEX #B85508 Tenne (Tawny)

📋 copy color: '#B85508'

red 184 ◦ green 85 ◦ blue 8

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

Shades of Tenne (Tawny) #B85508

Tints of Tenne (Tawny) #B85508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.69%

 BLUE value IS 8 (3.52% from 255) = 2.89%

R = 66.43%
G = 30.69%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B85508 (or 0xB85508) is known color: Tenne (Tawny). HEX triplet: B8, 55 and 08. RGB value is (184,85,8). Sum of RGB (Red+Green+Blue) = 184+85+8=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B85508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85508 is #47AAF7. Grayscale: #6A6A6A. Windows color (decimal): -4696824 or 546232. OLE color: 546232.

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

Color convert

RGB 184 85 8 -
CMYK 0 0.54 0.96 0.28
HSL 26.25º 0.92% 0.38% -
HSV(B) 26.25º 0.96% 0.72% -
XYZ 23.06 16.7 2.24 -
YUV 105.82 72.8 183.76 -
System Red Green Blue C M Y K H S L
Decimal 184 85 8 0 0.54 0.96 0.28 26.25 0.92 0.38
Hex B8 55 8 0 36 60 1C 1A 5C 26
Octal 270 125 10 0 66 140 34 32 134 46
Binary 10111000 1010101 1000 0 110110 1100000 11100 11010 1011100 100110

Color Harmonies of #B85508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85508

Black with #B85508

Text Example


Text Example

White with #B85508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85508; }

 p { color: rgb(184,85,8); }

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

background-color css

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

 a { background-color: rgb(184,85,8); }

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

border-color css

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

 span { border-color: rgb(184,85,8); }

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