Html Css Color HEX #B95D01 Tenne (Tawny)

📋 copy color: '#B95D01'

red 185 ◦ green 93 ◦ blue 1

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

Shades of Tenne (Tawny) #B95D01

Tints of Tenne (Tawny) #B95D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.33%

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

R = 66.31%
G = 33.33%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B95D01 (or 0xB95D01) is known color: Tenne (Tawny). HEX triplet: B9, 5D and 01. RGB value is (185,93,1). Sum of RGB (Red+Green+Blue) = 185+93+1=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95D01 is #46A2FE. Grayscale: #6E6E6E. Windows color (decimal): -4629247 or 89529. OLE color: 89529.

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

Color convert

RGB 185 93 1 -
CMYK 0 0.50 0.99 0.27
HSL 30º 0.99% 0.36% -
HSV(B) 30º 0.99% 0.73% -
XYZ 23.93 18.15 2.27 -
YUV 110.02 66.48 181.48 -
System Red Green Blue C M Y K H S L
Decimal 185 93 1 0 0.50 0.99 0.27 30 0.99 0.36
Hex B9 5D 1 0 32 63 1B 1E 63 24
Octal 271 135 1 0 62 143 33 36 143 44
Binary 10111001 1011101 1 0 110010 1100011 11011 11110 1100011 100100

Color Harmonies of #B95D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D01

Black with #B95D01

Text Example


Text Example

White with #B95D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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