Html Css Color HEX #BAA508 Buddha Gold

📋 copy color: '#BAA508'

red 186 ◦ green 165 ◦ blue 8

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

Shades of Buddha Gold #BAA508

Tints of Buddha Gold #BAA508

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.96%

 BLUE value IS 8 (3.52% from 255) = 2.23%

R = 51.81%
G = 45.96%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BAA508 (or 0xBAA508) is known color: Buddha Gold. HEX triplet: BA, A5 and 08. RGB value is (186,165,8). Sum of RGB (Red+Green+Blue) = 186+165+8=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA508 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA508 is #455AF7. Grayscale: #9A9A9A. Windows color (decimal): -4545272 or 566714. OLE color: 566714.

HSL color Cylindrical-coordinate representation of color #BAA508: hue angle of 52.92º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BAA508 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 165 8 -
CMYK 0 0.11 0.96 0.27
HSL 52.92º 0.92% 0.38% -
HSV(B) 52.92º 0.96% 0.73% -
XYZ 33.75 37.37 5.66 -
YUV 153.38 45.96 151.27 -
System Red Green Blue C M Y K H S L
Decimal 186 165 8 0 0.11 0.96 0.27 52.92 0.92 0.38
Hex BA A5 8 0 B 60 1B 35 5C 26
Octal 272 245 10 0 13 140 33 65 134 46
Binary 10111010 10100101 1000 0 1011 1100000 11011 110101 1011100 100110

Color Harmonies of #BAA508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA508

Black with #BAA508

Text Example


Text Example

White with #BAA508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA508; }

 p { color: rgb(186,165,8); }

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

background-color css

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

 a { background-color: rgb(186,165,8); }

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

border-color css

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

 span { border-color: rgb(186,165,8); }

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