#B15C01

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

Shades of Tenne (Tawny) #B15C01

Tints of Tenne (Tawny) #B15C01

Color information

#B15C01 (or 0xB15C01) is unknown color: approx Tenne (Tawny). HEX triplet: B1, 5C and 01. RGB value is (177,92,1). Sum of RGB (Red+Green+Blue) = 177+92+1=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B15C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15C01 is #4EA3FE. Grayscale: #6B6B6B. Windows color (decimal): -5153791 or 89265. OLE color: 89265.

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

Color convert

RGB177921-
CMYK00.480.990.31
HSL31.02º98.88%34.9%-
HSV(B)31.02º99.44%69.41%-
XYZ21.96172.15-
YUV107.0468.16177.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.56%
GREEN value IS 92 (36.33% from 255) = 34.07%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=65.56%
G=34.07%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17792100.480.990.3131.0298.8834.9
HexB15C1030631F1f6323
Octal2611341060143373714343
Binary10110001101110010110000110001111111111111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15C01; }

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

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

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

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

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

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

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

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