Html Css Color HEX #B85B05 Tenne (Tawny)

📋 copy color: '#B85B05'

red 184 ◦ green 91 ◦ blue 5

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

Shades of Tenne (Tawny) #B85B05

Tints of Tenne (Tawny) #B85B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 65.71%
G = 32.5%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B85B05 (or 0xB85B05) is known color: Tenne (Tawny). HEX triplet: B8, 5B and 05. RGB value is (184,91,5). Sum of RGB (Red+Green+Blue) = 184+91+5=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85B05 is #47A4FA. Grayscale: #6D6D6D. Windows color (decimal): -4695291 or 351160. OLE color: 351160.

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

Color convert

RGB 184 91 5 -
CMYK 0 0.51 0.97 0.28
HSL 28.83º 0.95% 0.37% -
HSV(B) 28.83º 0.97% 0.72% -
XYZ 23.54 17.68 2.32 -
YUV 109 69.31 181.49 -
System Red Green Blue C M Y K H S L
Decimal 184 91 5 0 0.51 0.97 0.28 28.83 0.95 0.37
Hex B8 5B 5 0 33 61 1C 1D 5F 25
Octal 270 133 5 0 63 141 34 35 137 45
Binary 10111000 1011011 101 0 110011 1100001 11100 11101 1011111 100101

Color Harmonies of #B85B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B05

Black with #B85B05

Text Example


Text Example

White with #B85B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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