Html Css Color HEX #B85400 Tenne (Tawny)

📋 copy color: '#B85400'

red 184 ◦ green 84 ◦ blue 0

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

Shades of Tenne (Tawny) #B85400

Tints of Tenne (Tawny) #B85400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.34%

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

R = 68.66%
G = 31.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B85400 (or 0xB85400) is known color: Tenne (Tawny). HEX triplet: B8, 54 and 00. RGB value is (184,84,0). Sum of RGB (Red+Green+Blue) = 184+84+0=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B85400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85400 is #47ABFF. Grayscale: #686868. Windows color (decimal): -4697088 or 21688. OLE color: 21688.

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

Color convert

RGB 184 84 0 -
CMYK 0 0.54 1 0.28
HSL 27.39º 1% 0.36% -
HSV(B) 27.39º 1% 0.72% -
XYZ 22.94 16.53 1.98 -
YUV 104.32 69.13 184.83 -
System Red Green Blue C M Y K H S L
Decimal 184 84 0 0 0.54 1 0.28 27.39 1 0.36
Hex B8 54 0 0 36 64 1C 1B 64 24
Octal 270 124 0 0 66 144 34 33 144 44
Binary 10111000 1010100 0 0 110110 1100100 11100 11011 1100100 100100

Color Harmonies of #B85400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85400

Black with #B85400

Text Example


Text Example

White with #B85400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85400; }

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

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

background-color css

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

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

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

border-color css

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

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

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