Html Css Color HEX #B95501 Tenne (Tawny)

📋 copy color: '#B95501'

red 185 ◦ green 85 ◦ blue 1

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

Shades of Tenne (Tawny) #B95501

Tints of Tenne (Tawny) #B95501

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.37%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 68.27%
G = 31.37%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B95501 (or 0xB95501) is known color: Tenne (Tawny). HEX triplet: B9, 55 and 01. RGB value is (185,85,1). Sum of RGB (Red+Green+Blue) = 185+85+1=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 85 (33.59% from 255 or 31.37% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B95501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95501 is #46AAFE. Grayscale: #696969. Windows color (decimal): -4631295 or 87481. OLE color: 87481.

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

Color convert

RGB 185 85 1 -
CMYK 0 0.54 0.99 0.27
HSL 27.39º 0.99% 0.36% -
HSV(B) 27.39º 0.99% 0.73% -
XYZ 23.26 16.81 2.05 -
YUV 105.32 69.13 184.83 -
System Red Green Blue C M Y K H S L
Decimal 185 85 1 0 0.54 0.99 0.27 27.39 0.99 0.36
Hex B9 55 1 0 36 63 1B 1B 63 24
Octal 271 125 1 0 66 143 33 33 143 44
Binary 10111001 1010101 1 0 110110 1100011 11011 11011 1100011 100100

Color Harmonies of #B95501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95501

Black with #B95501

Text Example


Text Example

White with #B95501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95501; }

 p { color: rgb(185,85,1); }

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

background-color css

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

 a { background-color: rgb(185,85,1); }

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

border-color css

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

 span { border-color: rgb(185,85,1); }

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