Html Css Color HEX #BAA90A Buddha Gold

📋 copy color: '#BAA90A'

red 186 ◦ green 169 ◦ blue 10

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

Shades of Buddha Gold #BAA90A

Tints of Buddha Gold #BAA90A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.3%

 BLUE value IS 10 (4.3% from 255) = 2.74%

R = 50.96%
G = 46.3%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BAA90A (or 0xBAA90A) is known color: Buddha Gold. HEX triplet: BA, A9 and 0A. RGB value is (186,169,10). Sum of RGB (Red+Green+Blue) = 186+169+10=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA90A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA90A is #4556F5. Grayscale: #9C9C9C. Windows color (decimal): -4544246 or 698810. OLE color: 698810.

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

Color convert

RGB 186 169 10 -
CMYK 0 0.09 0.95 0.27
HSL 54.2º 0.9% 0.38% -
HSV(B) 54.2º 0.95% 0.73% -
XYZ 34.49 38.84 5.97 -
YUV 155.96 45.63 149.43 -
System Red Green Blue C M Y K H S L
Decimal 186 169 10 0 0.09 0.95 0.27 54.2 0.9 0.38
Hex BA A9 A 0 9 5F 1B 36 5A 26
Octal 272 251 12 0 11 137 33 66 132 46
Binary 10111010 10101001 1010 0 1001 1011111 11011 110110 1011010 100110

Color Harmonies of #BAA90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA90A

Black with #BAA90A

Text Example


Text Example

White with #BAA90A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA90A; }

 p { color: rgb(186,169,10); }

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

background-color css

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

 a { background-color: rgb(186,169,10); }

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

border-color css

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

 span { border-color: rgb(186,169,10); }

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