Html Css Color HEX #B85F10 Tenne (Tawny)

📋 copy color: '#B85F10'

red 184 ◦ green 95 ◦ blue 16

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

Shades of Tenne (Tawny) #B85F10

Tints of Tenne (Tawny) #B85F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.42%

R = 62.37%
G = 32.2%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B85F10 (or 0xB85F10) is known color: Tenne (Tawny). HEX triplet: B8, 5F and 10. RGB value is (184,95,16). Sum of RGB (Red+Green+Blue) = 184+95+16=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 95 (37.5% from 255 or 32.20% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B85F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85F10 is #47A0EF. Grayscale: #717171. Windows color (decimal): -4694256 or 1073080. OLE color: 1073080.

HSL color Cylindrical-coordinate representation of color #B85F10: hue angle of 28.21º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B85F10 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 95 16 -
CMYK 0 0.48 0.91 0.28
HSL 28.21º 0.84% 0.39% -
HSV(B) 28.21º 0.91% 0.72% -
XYZ 23.95 18.41 2.78 -
YUV 112.61 73.49 178.92 -
System Red Green Blue C M Y K H S L
Decimal 184 95 16 0 0.48 0.91 0.28 28.21 0.84 0.39
Hex B8 5F 10 0 30 5B 1C 1C 54 27
Octal 270 137 20 0 60 133 34 34 124 47
Binary 10111000 1011111 10000 0 110000 1011011 11100 11100 1010100 100111

Color Harmonies of #B85F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85F10

Black with #B85F10

Text Example


Text Example

White with #B85F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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