Html Css Color HEX #BAA01B Buddha Gold

📋 copy color: '#BAA01B'

red 186 ◦ green 160 ◦ blue 27

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

Shades of Buddha Gold #BAA01B

Tints of Buddha Gold #BAA01B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.24%

R = 49.87%
G = 42.9%
B = 7.24%

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

#BAA01B (or 0xBAA01B) is known color: Buddha Gold. HEX triplet: BA, A0 and 1B. RGB value is (186,160,27). Sum of RGB (Red+Green+Blue) = 186+160+27=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA01B is #455FE4. Grayscale: #999999. Windows color (decimal): -4546533 or 1810618. OLE color: 1810618.

HSL color Cylindrical-coordinate representation of color #BAA01B: hue angle of 50.19º degrees, saturation: 0.75, 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 #BAA01B is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 160 27 -
CMYK 0 0.14 0.85 0.27
HSL 50.19º 0.75% 0.42% -
HSV(B) 50.19º 0.85% 0.73% -
XYZ 33.02 35.66 6.18 -
YUV 152.61 57.11 151.81 -
System Red Green Blue C M Y K H S L
Decimal 186 160 27 0 0.14 0.85 0.27 50.19 0.75 0.42
Hex BA A0 1B 0 E 55 1B 32 4B 2A
Octal 272 240 33 0 16 125 33 62 113 52
Binary 10111010 10100000 11011 0 1110 1010101 11011 110010 1001011 101010

Color Harmonies of #BAA01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA01B

Black with #BAA01B

Text Example


Text Example

White with #BAA01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA01B; }

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

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

background-color css

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

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

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

border-color css

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

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

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