Html Css Color HEX #BAA021 Buddha Gold

📋 copy color: '#BAA021'

red 186 ◦ green 160 ◦ blue 33

#BAA021
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #BAA021

Tints of Buddha Gold #BAA021

RGB

 RED value IS 186 (73.05% from 255) = 49.08%

 GREEN value IS 160 (62.89% from 255) = 42.22%

 BLUE value IS 33 (13.28% from 255) = 8.71%

R = 49.08%
G = 42.22%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BAA021 (or 0xBAA021) is known color: Buddha Gold. HEX triplet: BA, A0 and 21. RGB value is (186,160,33). Sum of RGB (Red+Green+Blue) = 186+160+33=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 33 (13.28% from 255 or 8.71% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA021 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA021 is #455FDE. Grayscale: #999999. Windows color (decimal): -4546527 or 2203834. OLE color: 2203834.

HSL color Cylindrical-coordinate representation of color #BAA021: hue angle of 49.8º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BAA021 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 160 33 -
CMYK 0 0.14 0.82 0.27
HSL 49.8º 0.7% 0.43% -
HSV(B) 49.8º 0.82% 0.73% -
XYZ 33.1 35.69 6.58 -
YUV 153.3 60.11 151.33 -
System Red Green Blue C M Y K H S L
Decimal 186 160 33 0 0.14 0.82 0.27 49.8 0.7 0.43
Hex BA A0 21 0 E 52 1B 32 46 2B
Octal 272 240 41 0 16 122 33 62 106 53
Binary 10111010 10100000 100001 0 1110 1010010 11011 110010 1000110 101011

Color Harmonies of #BAA021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA021

Black with #BAA021

Text Example


Text Example

White with #BAA021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA021; }

 p { color: rgb(186,160,33); }

 H1.HeaderClassName
 {
   color: #BAA021;
 }
 .AnyTagClassName
 {
   color: #BAA021;
 }
</style>

background-color css

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

 a { background-color: rgb(186,160,33); }

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

border-color css

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

 span { border-color: rgb(186,160,33); }

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