Html Css Color HEX #B95100 Tenne (Tawny)

📋 copy color: '#B95100'

red 185 ◦ green 81 ◦ blue 0

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

Shades of Tenne (Tawny) #B95100

Tints of Tenne (Tawny) #B95100

RGB

 RED value IS 185 (72.66% from 255) = 69.55%

 GREEN value IS 81 (32.03% from 255) = 30.45%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.55%
G = 30.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B95100 (or 0xB95100) is known color: Tenne (Tawny). HEX triplet: B9, 51 and 00. RGB value is (185,81,0). Sum of RGB (Red+Green+Blue) = 185+81+0=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B95100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95100 is #46AEFF. Grayscale: #676767. Windows color (decimal): -4632320 or 20921. OLE color: 20921.

HSL color Cylindrical-coordinate representation of color #B95100: hue angle of 26.27º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B95100 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 81 0 -
CMYK 0 0.56 1 0.27
HSL 26.27º 1% 0.36% -
HSV(B) 26.27º 1% 0.73% -
XYZ 22.95 16.2 1.92 -
YUV 102.86 69.96 186.59 -
System Red Green Blue C M Y K H S L
Decimal 185 81 0 0 0.56 1 0.27 26.27 1 0.36
Hex B9 51 0 0 38 64 1B 1A 64 24
Octal 271 121 0 0 70 144 33 32 144 44
Binary 10111001 1010001 0 0 111000 1100100 11011 11010 1100100 100100

Color Harmonies of #B95100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95100

Black with #B95100

Text Example


Text Example

White with #B95100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95100; }

 p { color: rgb(185,81,0); }

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

background-color css

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

 a { background-color: rgb(185,81,0); }

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

border-color css

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

 span { border-color: rgb(185,81,0); }

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