Html Css Color HEX #B85C00 Tenne (Tawny)

📋 copy color: '#B85C00'

red 184 ◦ green 92 ◦ blue 0

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

Shades of Tenne (Tawny) #B85C00

Tints of Tenne (Tawny) #B85C00

RGB

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

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

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

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B85C00 (or 0xB85C00) is known color: Tenne (Tawny). HEX triplet: B8, 5C and 00. RGB value is (184,92,0). Sum of RGB (Red+Green+Blue) = 184+92+0=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85C00 is #47A3FF. Grayscale: #6D6D6D. Windows color (decimal): -4695040 or 23736. OLE color: 23736.

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

Color convert

RGB 184 92 0 -
CMYK 0 0.50 1 0.28
HSL 30º 1% 0.36% -
HSV(B) 30º 1% 0.72% -
XYZ 23.59 17.84 2.2 -
YUV 109.02 66.48 181.48 -
System Red Green Blue C M Y K H S L
Decimal 184 92 0 0 0.50 1 0.28 30 1 0.36
Hex B8 5C 0 0 32 64 1C 1E 64 24
Octal 270 134 0 0 62 144 34 36 144 44
Binary 10111000 1011100 0 0 110010 1100100 11100 11110 1100100 100100

Color Harmonies of #B85C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C00

Black with #B85C00

Text Example


Text Example

White with #B85C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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