Html Css Color HEX #B85910 Tenne (Tawny)

📋 copy color: '#B85910'

red 184 ◦ green 89 ◦ blue 16

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

Shades of Tenne (Tawny) #B85910

Tints of Tenne (Tawny) #B85910

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.8%

 BLUE value IS 16 (6.64% from 255) = 5.54%

R = 63.67%
G = 30.8%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B85910 (or 0xB85910) is known color: Tenne (Tawny). HEX triplet: B8, 59 and 10. RGB value is (184,89,16). Sum of RGB (Red+Green+Blue) = 184+89+16=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B85910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85910 is #47A6EF. Grayscale: #6D6D6D. Windows color (decimal): -4695792 or 1071544. OLE color: 1071544.

HSL color Cylindrical-coordinate representation of color #B85910: hue angle of 26.07º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B85910 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 89 16 -
CMYK 0 0.52 0.91 0.28
HSL 26.07º 0.84% 0.39% -
HSV(B) 26.07º 0.91% 0.72% -
XYZ 23.43 17.37 2.61 -
YUV 109.08 75.47 181.44 -
System Red Green Blue C M Y K H S L
Decimal 184 89 16 0 0.52 0.91 0.28 26.07 0.84 0.39
Hex B8 59 10 0 34 5B 1C 1A 54 27
Octal 270 131 20 0 64 133 34 32 124 47
Binary 10111000 1011001 10000 0 110100 1011011 11100 11010 1010100 100111

Color Harmonies of #B85910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85910

Black with #B85910

Text Example


Text Example

White with #B85910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85910; }

 p { color: rgb(184,89,16); }

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

background-color css

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

 a { background-color: rgb(184,89,16); }

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

border-color css

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

 span { border-color: rgb(184,89,16); }

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