Html Css Color HEX #BA9C0F Buddha Gold

📋 copy color: '#BA9C0F'

red 186 ◦ green 156 ◦ blue 15

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

Shades of Buddha Gold #BA9C0F

Tints of Buddha Gold #BA9C0F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 43.7%

 BLUE value IS 15 (6.25% from 255) = 4.2%

R = 52.1%
G = 43.7%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA9C0F (or 0xBA9C0F) is known color: Buddha Gold. HEX triplet: BA, 9C and 0F. RGB value is (186,156,15). Sum of RGB (Red+Green+Blue) = 186+156+15=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9C0F is #4563F0. Grayscale: #959595. Windows color (decimal): -4547569 or 1023162. OLE color: 1023162.

HSL color Cylindrical-coordinate representation of color #BA9C0F: hue angle of 49.47º degrees, saturation: 0.85, 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 #BA9C0F is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 156 15 -
CMYK 0 0.16 0.92 0.27
HSL 49.47º 0.85% 0.39% -
HSV(B) 49.47º 0.92% 0.73% -
XYZ 32.22 34.25 5.36 -
YUV 148.9 52.44 154.46 -
System Red Green Blue C M Y K H S L
Decimal 186 156 15 0 0.16 0.92 0.27 49.47 0.85 0.39
Hex BA 9C F 0 10 5C 1B 31 55 27
Octal 272 234 17 0 20 134 33 61 125 47
Binary 10111010 10011100 1111 0 10000 1011100 11011 110001 1010101 100111

Color Harmonies of #BA9C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9C0F

Black with #BA9C0F

Text Example


Text Example

White with #BA9C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9C0F; }

 p { color: rgb(186,156,15); }

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

background-color css

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

 a { background-color: rgb(186,156,15); }

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

border-color css

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

 span { border-color: rgb(186,156,15); }

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