Html Css Color HEX #BA9820 Buddha Gold

📋 copy color: '#BA9820'

red 186 ◦ green 152 ◦ blue 32

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

Shades of Buddha Gold #BA9820

Tints of Buddha Gold #BA9820

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.08%

 BLUE value IS 32 (12.89% from 255) = 8.65%

R = 50.27%
G = 41.08%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA9820 (or 0xBA9820) is known color: Buddha Gold. HEX triplet: BA, 98 and 20. RGB value is (186,152,32). Sum of RGB (Red+Green+Blue) = 186+152+32=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9820 is #4567DF. Grayscale: #959595. Windows color (decimal): -4548576 or 2136250. OLE color: 2136250.

HSL color Cylindrical-coordinate representation of color #BA9820: hue angle of 46.75º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA9820 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 152 32 -
CMYK 0 0.18 0.83 0.27
HSL 46.75º 0.71% 0.43% -
HSV(B) 46.75º 0.83% 0.73% -
XYZ 31.74 33 6.06 -
YUV 148.49 62.26 154.76 -
System Red Green Blue C M Y K H S L
Decimal 186 152 32 0 0.18 0.83 0.27 46.75 0.71 0.43
Hex BA 98 20 0 12 53 1B 2F 47 2B
Octal 272 230 40 0 22 123 33 57 107 53
Binary 10111010 10011000 100000 0 10010 1010011 11011 101111 1000111 101011

Color Harmonies of #BA9820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9820

Black with #BA9820

Text Example


Text Example

White with #BA9820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9820; }

 p { color: rgb(186,152,32); }

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

background-color css

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

 a { background-color: rgb(186,152,32); }

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

border-color css

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

 span { border-color: rgb(186,152,32); }

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