#BA9E43

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

Shades of Roti #BA9E43

Tints of Roti #BA9E43

Color information

#BA9E43 (or 0xBA9E43) is unknown color: approx Roti. HEX triplet: BA, 9E and 43. RGB value is (186,158,67). Sum of RGB (Red+Green+Blue) = 186+158+67=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 158 (62.11% from 255 or 38.44% from 411); Blue value is 67 (26.56% from 255 or 16.30% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E43 is #4561BC. Grayscale: #9C9C9C. Windows color (decimal): -4547005 or 4431546. OLE color: 4431546.

HSL color Cylindrical-coordinate representation of color #BA9E43: hue angle of 45.88º 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 #BA9E43 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB18615867-
CMYK00.150.640.27
HSL45.88º47.04%49.61%-
HSV(B)45.88º63.98%72.94%-
XYZ33.4935.310.36-
YUV15677.78149.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 158 (62.11% from 255) = 38.44%
BLUE value IS 67 (26.56% from 255) = 16.30%
R=45.26%
G=38.44%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861586700.150.640.2745.8847.0449.61
HexBA9E430F401B2e2f32
Octal27223610301710033565762
Binary1011101010011110100001101111100000011011101110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E43; }

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

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

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

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

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

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

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

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