#BA5B02

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

Shades of Tenne (Tawny) #BA5B02

Tints of Tenne (Tawny) #BA5B02

Color information

#BA5B02 (or 0xBA5B02) is unknown color: approx Tenne (Tawny). HEX triplet: BA, 5B and 02. RGB value is (186,91,2). Sum of RGB (Red+Green+Blue) = 186+91+2=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA5B02 is #45A4FD. Grayscale: #6D6D6D. Windows color (decimal): -4564222 or 154554. OLE color: 154554.

HSL color Cylindrical-coordinate representation of color #BA5B02: hue angle of 29.02º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA5B02 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB186912-
CMYK00.510.990.27
HSL29.02º97.87%36.86%-
HSV(B)29.02º98.92%72.94%-
XYZ2417.932.25-
YUV109.2667.47182.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 66.67%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=66.67%
G=32.62%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18691200.510.990.2729.0297.8736.86
HexBA5B2033631B1d6225
Octal2721332063143333514245
Binary101110101011011100110011110001111011111011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5B02; }

 p { color: rgb(186,91,2); }

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

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

 a { background-color: rgb(186,91,2); }

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

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

 span { border-color: rgb(186,91,2); }

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