Html Css Color HEX #B85C01 Tenne (Tawny)

📋 copy color: '#B85C01'

red 184 ◦ green 92 ◦ blue 1

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

Shades of Tenne (Tawny) #B85C01

Tints of Tenne (Tawny) #B85C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 66.43%
G = 33.21%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B85C01 (or 0xB85C01) is known color: Tenne (Tawny). HEX triplet: B8, 5C and 01. RGB value is (184,92,1). Sum of RGB (Red+Green+Blue) = 184+92+1=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85C01 is #47A3FE. Grayscale: #6D6D6D. Windows color (decimal): -4695039 or 89272. OLE color: 89272.

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

Color convert

RGB 184 92 1 -
CMYK 0 0.50 0.99 0.28
HSL 29.84º 0.99% 0.36% -
HSV(B) 29.84º 0.99% 0.72% -
XYZ 23.6 17.85 2.23 -
YUV 109.13 66.98 181.4 -
System Red Green Blue C M Y K H S L
Decimal 184 92 1 0 0.50 0.99 0.28 29.84 0.99 0.36
Hex B8 5C 1 0 32 63 1C 1E 63 24
Octal 270 134 1 0 62 143 34 36 143 44
Binary 10111000 1011100 1 0 110010 1100011 11100 11110 1100011 100100

Color Harmonies of #B85C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C01

Black with #B85C01

Text Example


Text Example

White with #B85C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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