Html Css Color HEX #B85C04 Tenne (Tawny)

📋 copy color: '#B85C04'

red 184 ◦ green 92 ◦ blue 4

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

Shades of Tenne (Tawny) #B85C04

Tints of Tenne (Tawny) #B85C04

RGB

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

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

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

R = 65.71%
G = 32.86%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B85C04 (or 0xB85C04) is known color: Tenne (Tawny). HEX triplet: B8, 5C and 04. RGB value is (184,92,4). Sum of RGB (Red+Green+Blue) = 184+92+4=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85C04 is #47A3FB. Grayscale: #6D6D6D. Windows color (decimal): -4695036 or 285880. OLE color: 285880.

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

Color convert

RGB 184 92 4 -
CMYK 0 0.50 0.98 0.28
HSL 29.33º 0.96% 0.37% -
HSV(B) 29.33º 0.98% 0.72% -
XYZ 23.62 17.85 2.32 -
YUV 109.48 68.48 181.16 -
System Red Green Blue C M Y K H S L
Decimal 184 92 4 0 0.50 0.98 0.28 29.33 0.96 0.37
Hex B8 5C 4 0 32 62 1C 1D 60 25
Octal 270 134 4 0 62 142 34 35 140 45
Binary 10111000 1011100 100 0 110010 1100010 11100 11101 1100000 100101

Color Harmonies of #B85C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C04

Black with #B85C04

Text Example


Text Example

White with #B85C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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