Html Css Color HEX #BA950D Buddha Gold

📋 copy color: '#BA950D'

red 186 ◦ green 149 ◦ blue 13

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

Shades of Buddha Gold #BA950D

Tints of Buddha Gold #BA950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.82%

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

R = 53.45%
G = 42.82%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BA950D (or 0xBA950D) is known color: Buddha Gold. HEX triplet: BA, 95 and 0D. RGB value is (186,149,13). Sum of RGB (Red+Green+Blue) = 186+149+13=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA950D is #456AF2. Grayscale: #919191. Windows color (decimal): -4549363 or 890298. OLE color: 890298.

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

Color convert

RGB 186 149 13 -
CMYK 0 0.20 0.93 0.27
HSL 47.17º 0.87% 0.39% -
HSV(B) 47.17º 0.93% 0.73% -
XYZ 31.07 31.96 4.91 -
YUV 144.56 53.76 157.56 -
System Red Green Blue C M Y K H S L
Decimal 186 149 13 0 0.20 0.93 0.27 47.17 0.87 0.39
Hex BA 95 D 0 14 5D 1B 2F 57 27
Octal 272 225 15 0 24 135 33 57 127 47
Binary 10111010 10010101 1101 0 10100 1011101 11011 101111 1010111 100111

Color Harmonies of #BA950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA950D

Black with #BA950D

Text Example


Text Example

White with #BA950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA950D; }

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

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

background-color css

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

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

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

border-color css

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

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

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