Html Css Color HEX #B85D01 Tenne (Tawny)

📋 copy color: '#B85D01'

red 184 ◦ green 93 ◦ blue 1

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

Shades of Tenne (Tawny) #B85D01

Tints of Tenne (Tawny) #B85D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.45%

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

R = 66.19%
G = 33.45%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B85D01 (or 0xB85D01) is known color: Tenne (Tawny). HEX triplet: B8, 5D and 01. RGB value is (184,93,1). Sum of RGB (Red+Green+Blue) = 184+93+1=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85D01 is #47A2FE. Grayscale: #6E6E6E. Windows color (decimal): -4694783 or 89528. OLE color: 89528.

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

Color convert

RGB 184 93 1 -
CMYK 0 0.49 0.99 0.28
HSL 30.16º 0.99% 0.36% -
HSV(B) 30.16º 0.99% 0.72% -
XYZ 23.69 18.02 2.26 -
YUV 109.72 66.65 180.98 -
System Red Green Blue C M Y K H S L
Decimal 184 93 1 0 0.49 0.99 0.28 30.16 0.99 0.36
Hex B8 5D 1 0 31 63 1C 1E 63 24
Octal 270 135 1 0 61 143 34 36 143 44
Binary 10111000 1011101 1 0 110001 1100011 11100 11110 1100011 100100

Color Harmonies of #B85D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85D01

Black with #B85D01

Text Example


Text Example

White with #B85D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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