Html Css Color HEX #BA9808 Buddha Gold

📋 copy color: '#BA9808'

red 186 ◦ green 152 ◦ blue 8

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

Shades of Buddha Gold #BA9808

Tints of Buddha Gold #BA9808

RGB

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

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

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

R = 53.76%
G = 43.93%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA9808 (or 0xBA9808) is known color: Buddha Gold. HEX triplet: BA, 98 and 08. RGB value is (186,152,8). Sum of RGB (Red+Green+Blue) = 186+152+8=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 8 (3.52% from 255 or 2.31% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9808 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9808 is #4567F7. Grayscale: #929292. Windows color (decimal): -4548600 or 563386. OLE color: 563386.

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

Color convert

RGB 186 152 8 -
CMYK 0 0.18 0.96 0.27
HSL 48.54º 0.92% 0.38% -
HSV(B) 48.54º 0.96% 0.73% -
XYZ 31.52 32.91 4.92 -
YUV 145.75 50.26 156.71 -
System Red Green Blue C M Y K H S L
Decimal 186 152 8 0 0.18 0.96 0.27 48.54 0.92 0.38
Hex BA 98 8 0 12 60 1B 31 5C 26
Octal 272 230 10 0 22 140 33 61 134 46
Binary 10111010 10011000 1000 0 10010 1100000 11011 110001 1011100 100110

Color Harmonies of #BA9808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9808

Black with #BA9808

Text Example


Text Example

White with #BA9808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9808; }

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

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

background-color css

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

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

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

border-color css

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

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

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