Html Css Color HEX #B85507 Tenne (Tawny)

📋 copy color: '#B85507'

red 184 ◦ green 85 ◦ blue 7

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

Shades of Tenne (Tawny) #B85507

Tints of Tenne (Tawny) #B85507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.54%

R = 66.67%
G = 30.8%
B = 2.54%

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

#B85507 (or 0xB85507) is known color: Tenne (Tawny). HEX triplet: B8, 55 and 07. RGB value is (184,85,7). Sum of RGB (Red+Green+Blue) = 184+85+7=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B85507 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85507 is #47AAF8. Grayscale: #6A6A6A. Windows color (decimal): -4696825 or 480696. OLE color: 480696.

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

Color convert

RGB 184 85 7 -
CMYK 0 0.54 0.96 0.28
HSL 26.44º 0.93% 0.37% -
HSV(B) 26.44º 0.96% 0.72% -
XYZ 23.05 16.7 2.21 -
YUV 105.71 72.3 183.84 -
System Red Green Blue C M Y K H S L
Decimal 184 85 7 0 0.54 0.96 0.28 26.44 0.93 0.37
Hex B8 55 7 0 36 60 1C 1A 5D 25
Octal 270 125 7 0 66 140 34 32 135 45
Binary 10111000 1010101 111 0 110110 1100000 11100 11010 1011101 100101

Color Harmonies of #B85507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85507

Black with #B85507

Text Example


Text Example

White with #B85507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85507; }

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

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

background-color css

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

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

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

border-color css

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

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

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