Html Css Color HEX #B85900 Tenne (Tawny)

📋 copy color: '#B85900'

red 184 ◦ green 89 ◦ blue 0

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

Shades of Tenne (Tawny) #B85900

Tints of Tenne (Tawny) #B85900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.4%
G = 32.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B85900 (or 0xB85900) is known color: Tenne (Tawny). HEX triplet: B8, 59 and 00. RGB value is (184,89,0). Sum of RGB (Red+Green+Blue) = 184+89+0=273 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.40% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 184 - color contains mainly: red. Hex color #B85900 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85900 is #47A6FF. Grayscale: #6B6B6B. Windows color (decimal): -4695808 or 22968. OLE color: 22968.

HSL color Cylindrical-coordinate representation of color #B85900: hue angle of 29.02º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B85900 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 89 0 -
CMYK 0 0.52 1 0.28
HSL 29.02º 1% 0.36% -
HSV(B) 29.02º 1% 0.72% -
XYZ 23.34 17.34 2.12 -
YUV 107.26 67.47 182.74 -
System Red Green Blue C M Y K H S L
Decimal 184 89 0 0 0.52 1 0.28 29.02 1 0.36
Hex B8 59 0 0 34 64 1C 1D 64 24
Octal 270 131 0 0 64 144 34 35 144 44
Binary 10111000 1011001 0 0 110100 1100100 11100 11101 1100100 100100

Color Harmonies of #B85900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85900

Black with #B85900

Text Example


Text Example

White with #B85900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85900; }

 p { color: rgb(184,89,0); }

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

background-color css

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

 a { background-color: rgb(184,89,0); }

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

border-color css

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

 span { border-color: rgb(184,89,0); }

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