Html Css Color HEX #BAA01C Buddha Gold

📋 copy color: '#BAA01C'

red 186 ◦ green 160 ◦ blue 28

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

Shades of Buddha Gold #BAA01C

Tints of Buddha Gold #BAA01C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.49%

R = 49.73%
G = 42.78%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BAA01C (or 0xBAA01C) is known color: Buddha Gold. HEX triplet: BA, A0 and 1C. RGB value is (186,160,28). Sum of RGB (Red+Green+Blue) = 186+160+28=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA01C is #455FE3. Grayscale: #999999. Windows color (decimal): -4546532 or 1876154. OLE color: 1876154.

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

Color convert

RGB 186 160 28 -
CMYK 0 0.14 0.85 0.27
HSL 50.13º 0.74% 0.42% -
HSV(B) 50.13º 0.85% 0.73% -
XYZ 33.03 35.66 6.24 -
YUV 152.73 57.61 151.73 -
System Red Green Blue C M Y K H S L
Decimal 186 160 28 0 0.14 0.85 0.27 50.13 0.74 0.42
Hex BA A0 1C 0 E 55 1B 32 4A 2A
Octal 272 240 34 0 16 125 33 62 112 52
Binary 10111010 10100000 11100 0 1110 1010101 11011 110010 1001010 101010

Color Harmonies of #BAA01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA01C

Black with #BAA01C

Text Example


Text Example

White with #BAA01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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