Html Css Color HEX #B85C05 Tenne (Tawny)

📋 copy color: '#B85C05'

red 184 ◦ green 92 ◦ blue 5

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

Shades of Tenne (Tawny) #B85C05

Tints of Tenne (Tawny) #B85C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.78%

R = 65.48%
G = 32.74%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B85C05 (or 0xB85C05) is known color: Tenne (Tawny). HEX triplet: B8, 5C and 05. RGB value is (184,92,5). Sum of RGB (Red+Green+Blue) = 184+92+5=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85C05 is #47A3FA. Grayscale: #6E6E6E. Windows color (decimal): -4695035 or 351416. OLE color: 351416.

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

Color convert

RGB 184 92 5 -
CMYK 0 0.50 0.97 0.28
HSL 29.16º 0.95% 0.37% -
HSV(B) 29.16º 0.97% 0.72% -
XYZ 23.62 17.86 2.35 -
YUV 109.59 68.98 181.07 -
System Red Green Blue C M Y K H S L
Decimal 184 92 5 0 0.50 0.97 0.28 29.16 0.95 0.37
Hex B8 5C 5 0 32 61 1C 1D 5F 25
Octal 270 134 5 0 62 141 34 35 137 45
Binary 10111000 1011100 101 0 110010 1100001 11100 11101 1011111 100101

Color Harmonies of #B85C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85C05

Black with #B85C05

Text Example


Text Example

White with #B85C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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