Html Css Color HEX #B85707 Tenne (Tawny)

📋 copy color: '#B85707'

red 184 ◦ green 87 ◦ blue 7

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

Shades of Tenne (Tawny) #B85707

Tints of Tenne (Tawny) #B85707

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.29%

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

R = 66.19%
G = 31.29%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B85707 (or 0xB85707) is known color: Tenne (Tawny). HEX triplet: B8, 57 and 07. RGB value is (184,87,7). Sum of RGB (Red+Green+Blue) = 184+87+7=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B85707 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85707 is #47A8F8. Grayscale: #6B6B6B. Windows color (decimal): -4696313 or 481208. OLE color: 481208.

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

Color convert

RGB 184 87 7 -
CMYK 0 0.53 0.96 0.28
HSL 27.12º 0.93% 0.37% -
HSV(B) 27.12º 0.96% 0.72% -
XYZ 23.21 17.02 2.26 -
YUV 106.88 71.64 183 -
System Red Green Blue C M Y K H S L
Decimal 184 87 7 0 0.53 0.96 0.28 27.12 0.93 0.37
Hex B8 57 7 0 35 60 1C 1B 5D 25
Octal 270 127 7 0 65 140 34 33 135 45
Binary 10111000 1010111 111 0 110101 1100000 11100 11011 1011101 100101

Color Harmonies of #B85707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85707

Black with #B85707

Text Example


Text Example

White with #B85707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85707; }

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

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

background-color css

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

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

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

border-color css

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

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

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