Html Css Color HEX #BA9F0F Buddha Gold

📋 copy color: '#BA9F0F'

red 186 ◦ green 159 ◦ blue 15

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

Shades of Buddha Gold #BA9F0F

Tints of Buddha Gold #BA9F0F

RGB

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

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

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

R = 51.67%
G = 44.17%
B = 4.17%

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

#BA9F0F (or 0xBA9F0F) is known color: Buddha Gold. HEX triplet: BA, 9F and 0F. RGB value is (186,159,15). Sum of RGB (Red+Green+Blue) = 186+159+15=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9F0F is #4560F0. Grayscale: #979797. Windows color (decimal): -4546801 or 1023930. OLE color: 1023930.

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

Color convert

RGB 186 159 15 -
CMYK 0 0.15 0.92 0.27
HSL 50.53º 0.85% 0.39% -
HSV(B) 50.53º 0.92% 0.73% -
XYZ 32.73 35.27 5.53 -
YUV 150.66 51.45 153.21 -
System Red Green Blue C M Y K H S L
Decimal 186 159 15 0 0.15 0.92 0.27 50.53 0.85 0.39
Hex BA 9F F 0 F 5C 1B 33 55 27
Octal 272 237 17 0 17 134 33 63 125 47
Binary 10111010 10011111 1111 0 1111 1011100 11011 110011 1010101 100111

Color Harmonies of #BA9F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9F0F

Black with #BA9F0F

Text Example


Text Example

White with #BA9F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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