Html Css Color HEX #BA931D Buddha Gold

📋 copy color: '#BA931D'

red 186 ◦ green 147 ◦ blue 29

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

Shades of Buddha Gold #BA931D

Tints of Buddha Gold #BA931D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.61%

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

R = 51.38%
G = 40.61%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA931D (or 0xBA931D) is known color: Buddha Gold. HEX triplet: BA, 93 and 1D. RGB value is (186,147,29). Sum of RGB (Red+Green+Blue) = 186+147+29=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA931D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA931D is #456CE2. Grayscale: #919191. Windows color (decimal): -4549859 or 1938362. OLE color: 1938362.

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

Color convert

RGB 186 147 29 -
CMYK 0 0.21 0.84 0.27
HSL 45.1º 0.73% 0.42% -
HSV(B) 45.1º 0.84% 0.73% -
XYZ 30.91 31.4 5.59 -
YUV 145.21 62.42 157.09 -
System Red Green Blue C M Y K H S L
Decimal 186 147 29 0 0.21 0.84 0.27 45.1 0.73 0.42
Hex BA 93 1D 0 15 54 1B 2D 49 2A
Octal 272 223 35 0 25 124 33 55 111 52
Binary 10111010 10010011 11101 0 10101 1010100 11011 101101 1001001 101010

Color Harmonies of #BA931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA931D

Black with #BA931D

Text Example


Text Example

White with #BA931D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA931D; }

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

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

background-color css

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

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

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

border-color css

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

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

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