#B15C05

Color #B15C05 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #B15C05

Tints of Tenne (Tawny) #B15C05

Color information

#B15C05 (or 0xB15C05) is unknown color: approx Tenne (Tawny). HEX triplet: B1, 5C and 05. RGB value is (177,92,5). Sum of RGB (Red+Green+Blue) = 177+92+5=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15C05 is #4EA3FA. Grayscale: #6B6B6B. Windows color (decimal): -5153787 or 351409. OLE color: 351409.

HSL color Cylindrical-coordinate representation of color #B15C05: hue angle of 30.35º degrees, saturation: 0.95, 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 #B15C05 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB177925-
CMYK00.480.970.31
HSL30.35º94.51%35.69%-
HSV(B)30.35º97.18%69.41%-
XYZ21.9917.012.27-
YUV107.570.16177.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.60%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 5 (2.34% from 255) = 1.82%
R=64.60%
G=33.58%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17792500.480.970.3130.3594.5135.69
HexB15C5030611F1e5f24
Octal2611345060141373613744
Binary1011000110111001010110000110000111111111101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C05; }

 p { color: rgb(177,92,5); }

 H1.HeaderClassName
 {
   color: #B15C05;
 }
 .AnyTagClassName
 {
   color: #B15C05;
 }
</style>
background-color css

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

 a { background-color: rgb(177,92,5); }

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

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

 span { border-color: rgb(177,92,5); }

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