Html Css Color HEX #B85B06 Tenne (Tawny)

📋 copy color: '#B85B06'

red 184 ◦ green 91 ◦ blue 6

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

Shades of Tenne (Tawny) #B85B06

Tints of Tenne (Tawny) #B85B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.14%

R = 65.48%
G = 32.38%
B = 2.14%

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

#B85B06 (or 0xB85B06) is known color: Tenne (Tawny). HEX triplet: B8, 5B and 06. RGB value is (184,91,6). Sum of RGB (Red+Green+Blue) = 184+91+6=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85B06 is #47A4F9. Grayscale: #6D6D6D. Windows color (decimal): -4695290 or 416696. OLE color: 416696.

HSL color Cylindrical-coordinate representation of color #B85B06: hue angle of 28.65º degrees, saturation: 0.94, 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 #B85B06 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 91 6 -
CMYK 0 0.51 0.97 0.28
HSL 28.65º 0.94% 0.37% -
HSV(B) 28.65º 0.97% 0.72% -
XYZ 23.54 17.69 2.35 -
YUV 109.12 69.81 181.41 -
System Red Green Blue C M Y K H S L
Decimal 184 91 6 0 0.51 0.97 0.28 28.65 0.94 0.37
Hex B8 5B 6 0 33 61 1C 1D 5E 25
Octal 270 133 6 0 63 141 34 35 136 45
Binary 10111000 1011011 110 0 110011 1100001 11100 11101 1011110 100101

Color Harmonies of #B85B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B06

Black with #B85B06

Text Example


Text Example

White with #B85B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B06; }

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

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

background-color css

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

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

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

border-color css

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

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

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