Html Css Color HEX #BAA008 Buddha Gold

📋 copy color: '#BAA008'

red 186 ◦ green 160 ◦ blue 8

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

Shades of Buddha Gold #BAA008

Tints of Buddha Gold #BAA008

RGB

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

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

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

R = 52.54%
G = 45.2%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BAA008 (or 0xBAA008) is known color: Buddha Gold. HEX triplet: BA, A0 and 08. RGB value is (186,160,8). Sum of RGB (Red+Green+Blue) = 186+160+8=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 160 (62.89% from 255 or 45.20% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA008 is #455FF7. Grayscale: #979797. Windows color (decimal): -4546552 or 565434. OLE color: 565434.

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

Color convert

RGB 186 160 8 -
CMYK 0 0.14 0.96 0.27
HSL 51.24º 0.92% 0.38% -
HSV(B) 51.24º 0.96% 0.73% -
XYZ 32.86 35.6 5.37 -
YUV 150.45 47.61 153.36 -
System Red Green Blue C M Y K H S L
Decimal 186 160 8 0 0.14 0.96 0.27 51.24 0.92 0.38
Hex BA A0 8 0 E 60 1B 33 5C 26
Octal 272 240 10 0 16 140 33 63 134 46
Binary 10111010 10100000 1000 0 1110 1100000 11011 110011 1011100 100110

Color Harmonies of #BAA008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA008

Black with #BAA008

Text Example


Text Example

White with #BAA008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA008; }

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

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

background-color css

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

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

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

border-color css

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

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

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