Html Css Color HEX #B85D04 Tenne (Tawny)

📋 copy color: '#B85D04'

red 184 ◦ green 93 ◦ blue 4

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

Shades of Tenne (Tawny) #B85D04

Tints of Tenne (Tawny) #B85D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.42%

R = 65.48%
G = 33.1%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B85D04 (or 0xB85D04) is known color: Tenne (Tawny). HEX triplet: B8, 5D and 04. RGB value is (184,93,4). Sum of RGB (Red+Green+Blue) = 184+93+4=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85D04 is #47A2FB. Grayscale: #6E6E6E. Windows color (decimal): -4694780 or 286136. OLE color: 286136.

HSL color Cylindrical-coordinate representation of color #B85D04: hue angle of 29.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B85D04 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 93 4 -
CMYK 0 0.49 0.98 0.28
HSL 29.67º 0.96% 0.37% -
HSV(B) 29.67º 0.98% 0.72% -
XYZ 23.7 18.03 2.35 -
YUV 110.06 68.15 180.74 -
System Red Green Blue C M Y K H S L
Decimal 184 93 4 0 0.49 0.98 0.28 29.67 0.96 0.37
Hex B8 5D 4 0 31 62 1C 1E 60 25
Octal 270 135 4 0 61 142 34 36 140 45
Binary 10111000 1011101 100 0 110001 1100010 11100 11110 1100000 100101

Color Harmonies of #B85D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85D04

Black with #B85D04

Text Example


Text Example

White with #B85D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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