#BA9B35

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

Shades of Roti #BA9B35

Tints of Roti #BA9B35

Color information

#BA9B35 (or 0xBA9B35) is unknown color: approx Roti. HEX triplet: BA, 9B and 35. RGB value is (186,155,53). Sum of RGB (Red+Green+Blue) = 186+155+53=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9B35 is #4564CA. Grayscale: #999999. Windows color (decimal): -4547787 or 3513274. OLE color: 3513274.

HSL color Cylindrical-coordinate representation of color #BA9B35: hue angle of 46.02º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA9B35 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18615553-
CMYK00.170.720.27
HSL46.02º55.65%46.86%-
HSV(B)46.02º71.51%72.94%-
XYZ32.6134.148.24-
YUV152.6471.77151.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 155 (60.94% from 255) = 39.34%
BLUE value IS 53 (21.09% from 255) = 13.45%
R=47.21%
G=39.34%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861555300.170.720.2746.0255.6546.86
HexBA9B35011481B2e382f
Octal2722336502111033567057
Binary1011101010011011110101010001100100011011101110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9B35; }

 p { color: rgb(186,155,53); }

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

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

 a { background-color: rgb(186,155,53); }

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

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

 span { border-color: rgb(186,155,53); }

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