Html Css Color HEX #BA9F0E Buddha Gold

📋 copy color: '#BA9F0E'

red 186 ◦ green 159 ◦ blue 14

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

Shades of Buddha Gold #BA9F0E

Tints of Buddha Gold #BA9F0E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 44.29%

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

R = 51.81%
G = 44.29%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BA9F0E (or 0xBA9F0E) is known color: Buddha Gold. HEX triplet: BA, 9F and 0E. RGB value is (186,159,14). Sum of RGB (Red+Green+Blue) = 186+159+14=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 159 (62.5% from 255 or 44.29% from 359); Blue value is 14 (5.86% from 255 or 3.90% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9F0E is #4560F1. Grayscale: #979797. Windows color (decimal): -4546802 or 958394. OLE color: 958394.

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

Color convert

RGB 186 159 14 -
CMYK 0 0.15 0.92 0.27
HSL 50.58º 0.86% 0.39% -
HSV(B) 50.58º 0.92% 0.73% -
XYZ 32.73 35.27 5.5 -
YUV 150.54 50.95 153.29 -
System Red Green Blue C M Y K H S L
Decimal 186 159 14 0 0.15 0.92 0.27 50.58 0.86 0.39
Hex BA 9F E 0 F 5C 1B 33 56 27
Octal 272 237 16 0 17 134 33 63 126 47
Binary 10111010 10011111 1110 0 1111 1011100 11011 110011 1010110 100111

Color Harmonies of #BA9F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F0E

Black with #BA9F0E

Text Example


Text Example

White with #BA9F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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