#BA973D

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

Shades of Roti #BA973D

Tints of Roti #BA973D

Color information

#BA973D (or 0xBA973D) is unknown color: approx Roti. HEX triplet: BA, 97 and 3D. RGB value is (186,151,61). Sum of RGB (Red+Green+Blue) = 186+151+61=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA973D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA973D is #4568C2. Grayscale: #979797. Windows color (decimal): -4548803 or 4036538. OLE color: 4036538.

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

Color convert

RGB18615161-
CMYK00.190.670.27
HSL43.2º50.61%48.43%-
HSV(B)43.2º67.2%72.94%-
XYZ32.1632.919.07-
YUV151.2177.1152.82-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 61 (24.22% from 255) = 15.33%
R=46.73%
G=37.94%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861516100.190.670.2743.250.6148.43
HexBA973D013431B2b3330
Octal2722277502310333536360
Binary1011101010010111111101010011100001111011101011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA973D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA973D; }

 p { color: rgb(186,151,61); }

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

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

 a { background-color: rgb(186,151,61); }

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

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

 span { border-color: rgb(186,151,61); }

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