Html Css Color HEX #B15A03 Tenne (Tawny)

📋 copy color: '#B15A03'

red 177 ◦ green 90 ◦ blue 3

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

Shades of Tenne (Tawny) #B15A03

Tints of Tenne (Tawny) #B15A03

RGB

 RED value IS 177 (69.53% from 255) = 65.56%

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

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 65.56%
G = 33.33%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B15A03 (or 0xB15A03) is known color: Tenne (Tawny). HEX triplet: B1, 5A and 03. RGB value is (177,90,3). Sum of RGB (Red+Green+Blue) = 177+90+3=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15A03 is #4EA5FC. Grayscale: #6A6A6A. Windows color (decimal): -5154301 or 219825. OLE color: 219825.

HSL color Cylindrical-coordinate representation of color #B15A03: hue angle of 30º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B15A03 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 90 3 -
CMYK 0 0.49 0.98 0.31
HSL 30º 0.97% 0.35% -
HSV(B) 30º 0.98% 0.69% -
XYZ 21.8 16.67 2.15 -
YUV 106.1 69.82 178.57 -
System Red Green Blue C M Y K H S L
Decimal 177 90 3 0 0.49 0.98 0.31 30 0.97 0.35
Hex B1 5A 3 0 31 62 1F 1E 61 23
Octal 261 132 3 0 61 142 37 36 141 43
Binary 10110001 1011010 11 0 110001 1100010 11111 11110 1100001 100011

Color Harmonies of #B15A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A03

Black with #B15A03

Text Example


Text Example

White with #B15A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A03; }

 p { color: rgb(177,90,3); }

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

background-color css

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

 a { background-color: rgb(177,90,3); }

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

border-color css

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

 span { border-color: rgb(177,90,3); }

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