Html Css Color HEX #BAA408 Buddha Gold

📋 copy color: '#BAA408'

red 186 ◦ green 164 ◦ blue 8

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

Shades of Buddha Gold #BAA408

Tints of Buddha Gold #BAA408

RGB

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

 GREEN value IS 164 (64.45% from 255) = 45.81%

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

R = 51.96%
G = 45.81%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BAA408 (or 0xBAA408) is known color: Buddha Gold. HEX triplet: BA, A4 and 08. RGB value is (186,164,8). Sum of RGB (Red+Green+Blue) = 186+164+8=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 164 (64.45% from 255 or 45.81% from 358); Blue value is 8 (3.52% from 255 or 2.23% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA408 is #455BF7. Grayscale: #999999. Windows color (decimal): -4545528 or 566458. OLE color: 566458.

HSL color Cylindrical-coordinate representation of color #BAA408: hue angle of 52.58º 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 #BAA408 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 164 8 -
CMYK 0 0.12 0.96 0.27
HSL 52.58º 0.92% 0.38% -
HSV(B) 52.58º 0.96% 0.73% -
XYZ 33.57 37.01 5.6 -
YUV 152.79 46.29 151.68 -
System Red Green Blue C M Y K H S L
Decimal 186 164 8 0 0.12 0.96 0.27 52.58 0.92 0.38
Hex BA A4 8 0 C 60 1B 35 5C 26
Octal 272 244 10 0 14 140 33 65 134 46
Binary 10111010 10100100 1000 0 1100 1100000 11011 110101 1011100 100110

Color Harmonies of #BAA408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA408

Black with #BAA408

Text Example


Text Example

White with #BAA408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA408; }

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

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

background-color css

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

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

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

border-color css

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

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

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