Html Css Color HEX #BA941D Buddha Gold

📋 copy color: '#BA941D'

red 186 ◦ green 148 ◦ blue 29

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

Shades of Buddha Gold #BA941D

Tints of Buddha Gold #BA941D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.77%

 BLUE value IS 29 (11.72% from 255) = 7.99%

R = 51.24%
G = 40.77%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA941D (or 0xBA941D) is known color: Buddha Gold. HEX triplet: BA, 94 and 1D. RGB value is (186,148,29). Sum of RGB (Red+Green+Blue) = 186+148+29=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA941D is #456BE2. Grayscale: #929292. Windows color (decimal): -4549603 or 1938618. OLE color: 1938618.

HSL color Cylindrical-coordinate representation of color #BA941D: hue angle of 45.48º degrees, saturation: 0.73, 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 #BA941D is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 148 29 -
CMYK 0 0.20 0.84 0.27
HSL 45.48º 0.73% 0.42% -
HSV(B) 45.48º 0.84% 0.73% -
XYZ 31.06 31.71 5.65 -
YUV 145.8 62.09 156.68 -
System Red Green Blue C M Y K H S L
Decimal 186 148 29 0 0.20 0.84 0.27 45.48 0.73 0.42
Hex BA 94 1D 0 14 54 1B 2D 49 2A
Octal 272 224 35 0 24 124 33 55 111 52
Binary 10111010 10010100 11101 0 10100 1010100 11011 101101 1001001 101010

Color Harmonies of #BA941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA941D

Black with #BA941D

Text Example


Text Example

White with #BA941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA941D; }

 p { color: rgb(186,148,29); }

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

background-color css

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

 a { background-color: rgb(186,148,29); }

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

border-color css

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

 span { border-color: rgb(186,148,29); }

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