Html Css Color HEX #B95A00 Tenne (Tawny)

📋 copy color: '#B95A00'

red 185 ◦ green 90 ◦ blue 0

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

Shades of Tenne (Tawny) #B95A00

Tints of Tenne (Tawny) #B95A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.73%

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

R = 67.27%
G = 32.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B95A00 (or 0xB95A00) is known color: Tenne (Tawny). HEX triplet: B9, 5A and 00. RGB value is (185,90,0). Sum of RGB (Red+Green+Blue) = 185+90+0=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95A00 is #46A5FF. Grayscale: #6C6C6C. Windows color (decimal): -4630016 or 23225. OLE color: 23225.

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

Color convert

RGB 185 90 0 -
CMYK 0 0.51 1 0.27
HSL 29.19º 1% 0.36% -
HSV(B) 29.19º 1% 0.73% -
XYZ 23.66 17.63 2.16 -
YUV 108.15 66.97 182.82 -
System Red Green Blue C M Y K H S L
Decimal 185 90 0 0 0.51 1 0.27 29.19 1 0.36
Hex B9 5A 0 0 33 64 1B 1D 64 24
Octal 271 132 0 0 63 144 33 35 144 44
Binary 10111001 1011010 0 0 110011 1100100 11011 11101 1100100 100100

Color Harmonies of #B95A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95A00

Black with #B95A00

Text Example


Text Example

White with #B95A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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