Html Css Color HEX #B85B0F Tenne (Tawny)

📋 copy color: '#B85B0F'

red 184 ◦ green 91 ◦ blue 15

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

Shades of Tenne (Tawny) #B85B0F

Tints of Tenne (Tawny) #B85B0F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.38%

 BLUE value IS 15 (6.25% from 255) = 5.17%

R = 63.45%
G = 31.38%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B85B0F (or 0xB85B0F) is known color: Tenne (Tawny). HEX triplet: B8, 5B and 0F. RGB value is (184,91,15). Sum of RGB (Red+Green+Blue) = 184+91+15=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85B0F is #47A4F0. Grayscale: #6E6E6E. Windows color (decimal): -4695281 or 1006520. OLE color: 1006520.

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

Color convert

RGB 184 91 15 -
CMYK 0 0.51 0.92 0.28
HSL 26.98º 0.85% 0.39% -
HSV(B) 26.98º 0.92% 0.72% -
XYZ 23.59 17.71 2.63 -
YUV 110.14 74.31 180.68 -
System Red Green Blue C M Y K H S L
Decimal 184 91 15 0 0.51 0.92 0.28 26.98 0.85 0.39
Hex B8 5B F 0 33 5C 1C 1B 55 27
Octal 270 133 17 0 63 134 34 33 125 47
Binary 10111000 1011011 1111 0 110011 1011100 11100 11011 1010101 100111

Color Harmonies of #B85B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B0F

Black with #B85B0F

Text Example


Text Example

White with #B85B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B0F; }

 p { color: rgb(184,91,15); }

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

background-color css

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

 a { background-color: rgb(184,91,15); }

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

border-color css

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

 span { border-color: rgb(184,91,15); }

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