Html Css Color HEX #BA980D Buddha Gold

📋 copy color: '#BA980D'

red 186 ◦ green 152 ◦ blue 13

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

Shades of Buddha Gold #BA980D

Tints of Buddha Gold #BA980D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.7%

R = 52.99%
G = 43.3%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA980D (or 0xBA980D) is known color: Buddha Gold. HEX triplet: BA, 98 and 0D. RGB value is (186,152,13). Sum of RGB (Red+Green+Blue) = 186+152+13=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 13 (5.47% from 255 or 3.70% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA980D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA980D is #4567F2. Grayscale: #929292. Windows color (decimal): -4548595 or 891066. OLE color: 891066.

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

Color convert

RGB 186 152 13 -
CMYK 0 0.18 0.93 0.27
HSL 48.21º 0.87% 0.39% -
HSV(B) 48.21º 0.93% 0.73% -
XYZ 31.55 32.92 5.07 -
YUV 146.32 52.76 156.3 -
System Red Green Blue C M Y K H S L
Decimal 186 152 13 0 0.18 0.93 0.27 48.21 0.87 0.39
Hex BA 98 D 0 12 5D 1B 30 57 27
Octal 272 230 15 0 22 135 33 60 127 47
Binary 10111010 10011000 1101 0 10010 1011101 11011 110000 1010111 100111

Color Harmonies of #BA980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA980D

Black with #BA980D

Text Example


Text Example

White with #BA980D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA980D; }

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

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

background-color css

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

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

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

border-color css

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

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

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