Html Css Color HEX #BA981E Buddha Gold

📋 copy color: '#BA981E'

red 186 ◦ green 152 ◦ blue 30

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

Shades of Buddha Gold #BA981E

Tints of Buddha Gold #BA981E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.15%

R = 50.54%
G = 41.3%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA981E (or 0xBA981E) is known color: Buddha Gold. HEX triplet: BA, 98 and 1E. RGB value is (186,152,30). Sum of RGB (Red+Green+Blue) = 186+152+30=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA981E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA981E is #4567E1. Grayscale: #949494. Windows color (decimal): -4548578 or 2005178. OLE color: 2005178.

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

Color convert

RGB 186 152 30 -
CMYK 0 0.18 0.84 0.27
HSL 46.92º 0.72% 0.42% -
HSV(B) 46.92º 0.84% 0.73% -
XYZ 31.71 32.99 5.92 -
YUV 148.26 61.26 154.92 -
System Red Green Blue C M Y K H S L
Decimal 186 152 30 0 0.18 0.84 0.27 46.92 0.72 0.42
Hex BA 98 1E 0 12 54 1B 2F 48 2A
Octal 272 230 36 0 22 124 33 57 110 52
Binary 10111010 10011000 11110 0 10010 1010100 11011 101111 1001000 101010

Color Harmonies of #BA981E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA981E

Black with #BA981E

Text Example


Text Example

White with #BA981E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA981E; }

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

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

background-color css

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

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

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

border-color css

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

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

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