Html Css Color HEX #B95C01 Tenne (Tawny)

📋 copy color: '#B95C01'

red 185 ◦ green 92 ◦ blue 1

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

Shades of Tenne (Tawny) #B95C01

Tints of Tenne (Tawny) #B95C01

RGB

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

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

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

R = 66.55%
G = 33.09%
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

#B95C01 (or 0xB95C01) is known color: Tenne (Tawny). HEX triplet: B9, 5C and 01. RGB value is (185,92,1). Sum of RGB (Red+Green+Blue) = 185+92+1=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95C01 is #46A3FE. Grayscale: #6D6D6D. Windows color (decimal): -4629503 or 89273. OLE color: 89273.

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

Color convert

RGB 185 92 1 -
CMYK 0 0.50 0.99 0.27
HSL 29.67º 0.99% 0.36% -
HSV(B) 29.67º 0.99% 0.73% -
XYZ 23.84 17.97 2.24 -
YUV 109.43 66.81 181.9 -
System Red Green Blue C M Y K H S L
Decimal 185 92 1 0 0.50 0.99 0.27 29.67 0.99 0.36
Hex B9 5C 1 0 32 63 1B 1E 63 24
Octal 271 134 1 0 62 143 33 36 143 44
Binary 10111001 1011100 1 0 110010 1100011 11011 11110 1100011 100100

Color Harmonies of #B95C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C01

Black with #B95C01

Text Example


Text Example

White with #B95C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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