Html Css Color HEX #BAA808 Buddha Gold

📋 copy color: '#BAA808'

red 186 ◦ green 168 ◦ blue 8

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

Shades of Buddha Gold #BAA808

Tints of Buddha Gold #BAA808

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.41%

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

R = 51.38%
G = 46.41%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BAA808 (or 0xBAA808) is known color: Buddha Gold. HEX triplet: BA, A8 and 08. RGB value is (186,168,8). Sum of RGB (Red+Green+Blue) = 186+168+8=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 168 (66.02% from 255 or 46.41% from 362); Blue value is 8 (3.52% from 255 or 2.21% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA808 is #4557F7. Grayscale: #9B9B9B. Windows color (decimal): -4544504 or 567482. OLE color: 567482.

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

Color convert

RGB 186 168 8 -
CMYK 0 0.10 0.96 0.27
HSL 53.93º 0.92% 0.38% -
HSV(B) 53.93º 0.96% 0.73% -
XYZ 34.3 38.46 5.85 -
YUV 155.14 44.96 150.01 -
System Red Green Blue C M Y K H S L
Decimal 186 168 8 0 0.10 0.96 0.27 53.93 0.92 0.38
Hex BA A8 8 0 A 60 1B 36 5C 26
Octal 272 250 10 0 12 140 33 66 134 46
Binary 10111010 10101000 1000 0 1010 1100000 11011 110110 1011100 100110

Color Harmonies of #BAA808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA808

Black with #BAA808

Text Example


Text Example

White with #BAA808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA808; }

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

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

background-color css

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

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

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

border-color css

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

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

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