Html Css Color HEX #BAA203 Buddha Gold

📋 copy color: '#BAA203'

red 186 ◦ green 162 ◦ blue 3

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

Shades of Buddha Gold #BAA203

Tints of Buddha Gold #BAA203

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.15%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 52.99%
G = 46.15%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BAA203 (or 0xBAA203) is known color: Buddha Gold. HEX triplet: BA, A2 and 03. RGB value is (186,162,3). Sum of RGB (Red+Green+Blue) = 186+162+3=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA203 is #455DFC. Grayscale: #979797. Windows color (decimal): -4546045 or 238266. OLE color: 238266.

HSL color Cylindrical-coordinate representation of color #BAA203: hue angle of 52.13º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BAA203 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 162 3 -
CMYK 0 0.13 0.98 0.27
HSL 52.13º 0.97% 0.37% -
HSV(B) 52.13º 0.98% 0.73% -
XYZ 33.19 36.29 5.34 -
YUV 151.05 44.45 152.93 -
System Red Green Blue C M Y K H S L
Decimal 186 162 3 0 0.13 0.98 0.27 52.13 0.97 0.37
Hex BA A2 3 0 D 62 1B 34 61 25
Octal 272 242 3 0 15 142 33 64 141 45
Binary 10111010 10100010 11 0 1101 1100010 11011 110100 1100001 100101

Color Harmonies of #BAA203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA203

Black with #BAA203

Text Example


Text Example

White with #BAA203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA203; }

 p { color: rgb(186,162,3); }

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

background-color css

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

 a { background-color: rgb(186,162,3); }

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

border-color css

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

 span { border-color: rgb(186,162,3); }

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