#BA9D43

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

Shades of Roti #BA9D43

Tints of Roti #BA9D43

Color information

#BA9D43 (or 0xBA9D43) is unknown color: approx Roti. HEX triplet: BA, 9D and 43. RGB value is (186,157,67). Sum of RGB (Red+Green+Blue) = 186+157+67=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 157 (61.72% from 255 or 38.29% from 410); Blue value is 67 (26.56% from 255 or 16.34% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9D43 is #4562BC. Grayscale: #9B9B9B. Windows color (decimal): -4547261 or 4431290. OLE color: 4431290.

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

Color convert

RGB18615767-
CMYK00.160.640.27
HSL45.38º47.04%49.61%-
HSV(B)45.38º63.98%72.94%-
XYZ33.3234.9610.3-
YUV155.4178.11149.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 157 (61.72% from 255) = 38.29%
BLUE value IS 67 (26.56% from 255) = 16.34%
R=45.37%
G=38.29%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861576700.160.640.2745.3847.0449.61
HexBA9D43010401B2d2f32
Octal27223510302010033555762
Binary10111010100111011000011010000100000011011101101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9D43; }

 p { color: rgb(186,157,67); }

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

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

 a { background-color: rgb(186,157,67); }

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

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

 span { border-color: rgb(186,157,67); }

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