Html Css Color HEX #B15A06 Tenne (Tawny)

📋 copy color: '#B15A06'

red 177 ◦ green 90 ◦ blue 6

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

Shades of Tenne (Tawny) #B15A06

Tints of Tenne (Tawny) #B15A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.2%

R = 64.84%
G = 32.97%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B15A06 (or 0xB15A06) is known color: Tenne (Tawny). HEX triplet: B1, 5A and 06. RGB value is (177,90,6). Sum of RGB (Red+Green+Blue) = 177+90+6=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15A06 is #4EA5F9. Grayscale: #6A6A6A. Windows color (decimal): -5154298 or 416433. OLE color: 416433.

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

Color convert

RGB 177 90 6 -
CMYK 0 0.49 0.97 0.31
HSL 29.47º 0.93% 0.36% -
HSV(B) 29.47º 0.97% 0.69% -
XYZ 21.82 16.67 2.24 -
YUV 106.44 71.32 178.33 -
System Red Green Blue C M Y K H S L
Decimal 177 90 6 0 0.49 0.97 0.31 29.47 0.93 0.36
Hex B1 5A 6 0 31 61 1F 1D 5D 24
Octal 261 132 6 0 61 141 37 35 135 44
Binary 10110001 1011010 110 0 110001 1100001 11111 11101 1011101 100100

Color Harmonies of #B15A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15A06

Black with #B15A06

Text Example


Text Example

White with #B15A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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