Html Css Color HEX #BA950E Buddha Gold

📋 copy color: '#BA950E'

red 186 ◦ green 149 ◦ blue 14

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

Shades of Buddha Gold #BA950E

Tints of Buddha Gold #BA950E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.01%

R = 53.3%
G = 42.69%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA950E (or 0xBA950E) is known color: Buddha Gold. HEX triplet: BA, 95 and 0E. RGB value is (186,149,14). Sum of RGB (Red+Green+Blue) = 186+149+14=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 14 (5.86% from 255 or 4.01% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA950E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA950E is #456AF1. Grayscale: #919191. Windows color (decimal): -4549362 or 955834. OLE color: 955834.

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

Color convert

RGB 186 149 14 -
CMYK 0 0.20 0.92 0.27
HSL 47.09º 0.86% 0.39% -
HSV(B) 47.09º 0.92% 0.73% -
XYZ 31.08 31.97 4.95 -
YUV 144.67 54.26 157.48 -
System Red Green Blue C M Y K H S L
Decimal 186 149 14 0 0.20 0.92 0.27 47.09 0.86 0.39
Hex BA 95 E 0 14 5C 1B 2F 56 27
Octal 272 225 16 0 24 134 33 57 126 47
Binary 10111010 10010101 1110 0 10100 1011100 11011 101111 1010110 100111

Color Harmonies of #BA950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA950E

Black with #BA950E

Text Example


Text Example

White with #BA950E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA950E; }

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

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

background-color css

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

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

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

border-color css

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

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

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