Html Css Color HEX #B85000 Tenne (Tawny)

📋 copy color: '#B85000'

red 184 ◦ green 80 ◦ blue 0

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

Shades of Tenne (Tawny) #B85000

Tints of Tenne (Tawny) #B85000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.3%

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

R = 69.7%
G = 30.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B85000 (or 0xB85000) is known color: Tenne (Tawny). HEX triplet: B8, 50 and 00. RGB value is (184,80,0). Sum of RGB (Red+Green+Blue) = 184+80+0=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 0 (0.39% from 255 or 0% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B85000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85000 is #47AFFF. Grayscale: #666666. Windows color (decimal): -4698112 or 20664. OLE color: 20664.

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

Color convert

RGB 184 80 0 -
CMYK 0 0.57 1 0.28
HSL 26.09º 1% 0.36% -
HSV(B) 26.09º 1% 0.72% -
XYZ 22.64 15.93 1.88 -
YUV 101.98 70.46 186.5 -
System Red Green Blue C M Y K H S L
Decimal 184 80 0 0 0.57 1 0.28 26.09 1 0.36
Hex B8 50 0 0 39 64 1C 1A 64 24
Octal 270 120 0 0 71 144 34 32 144 44
Binary 10111000 1010000 0 0 111001 1100100 11100 11010 1100100 100100

Color Harmonies of #B85000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85000

Black with #B85000

Text Example


Text Example

White with #B85000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85000; }

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

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

background-color css

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

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

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

border-color css

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

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

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