Html Css Color HEX #B85F07 Tenne (Tawny)

📋 copy color: '#B85F07'

red 184 ◦ green 95 ◦ blue 7

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

Shades of Tenne (Tawny) #B85F07

Tints of Tenne (Tawny) #B85F07

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.22%

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

R = 64.34%
G = 33.22%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B85F07 (or 0xB85F07) is known color: Tenne (Tawny). HEX triplet: B8, 5F and 07. RGB value is (184,95,7). Sum of RGB (Red+Green+Blue) = 184+95+7=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85F07 is #47A0F8. Grayscale: #707070. Windows color (decimal): -4694265 or 483256. OLE color: 483256.

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

Color convert

RGB 184 95 7 -
CMYK 0 0.48 0.96 0.28
HSL 29.83º 0.93% 0.37% -
HSV(B) 29.83º 0.96% 0.72% -
XYZ 23.9 18.39 2.49 -
YUV 111.58 68.99 179.66 -
System Red Green Blue C M Y K H S L
Decimal 184 95 7 0 0.48 0.96 0.28 29.83 0.93 0.37
Hex B8 5F 7 0 30 60 1C 1E 5D 25
Octal 270 137 7 0 60 140 34 36 135 45
Binary 10111000 1011111 111 0 110000 1100000 11100 11110 1011101 100101

Color Harmonies of #B85F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85F07

Black with #B85F07

Text Example


Text Example

White with #B85F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85F07; }

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

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

background-color css

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

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

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

border-color css

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

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

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