Html Css Color HEX #B85C06 Tenne (Tawny)

📋 copy color: '#B85C06'

red 184 ◦ green 92 ◦ blue 6

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

Shades of Tenne (Tawny) #B85C06

Tints of Tenne (Tawny) #B85C06

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.62%

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

R = 65.25%
G = 32.62%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B85C06 (or 0xB85C06) is known color: Tenne (Tawny). HEX triplet: B8, 5C and 06. RGB value is (184,92,6). Sum of RGB (Red+Green+Blue) = 184+92+6=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85C06 is #47A3F9. Grayscale: #6E6E6E. Windows color (decimal): -4695034 or 416952. OLE color: 416952.

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

Color convert

RGB 184 92 6 -
CMYK 0 0.50 0.97 0.28
HSL 28.99º 0.94% 0.37% -
HSV(B) 28.99º 0.97% 0.72% -
XYZ 23.63 17.86 2.37 -
YUV 109.7 69.48 180.99 -
System Red Green Blue C M Y K H S L
Decimal 184 92 6 0 0.50 0.97 0.28 28.99 0.94 0.37
Hex B8 5C 6 0 32 61 1C 1D 5E 25
Octal 270 134 6 0 62 141 34 35 136 45
Binary 10111000 1011100 110 0 110010 1100001 11100 11101 1011110 100101

Color Harmonies of #B85C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C06

Black with #B85C06

Text Example


Text Example

White with #B85C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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