Html Css Color HEX #BA9E07 Buddha Gold

📋 copy color: '#BA9E07'

red 186 ◦ green 158 ◦ blue 7

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

Shades of Buddha Gold #BA9E07

Tints of Buddha Gold #BA9E07

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.01%

 BLUE value IS 7 (3.13% from 255) = 1.99%

R = 52.99%
G = 45.01%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA9E07 (or 0xBA9E07) is known color: Buddha Gold. HEX triplet: BA, 9E and 07. RGB value is (186,158,7). Sum of RGB (Red+Green+Blue) = 186+158+7=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 7 (3.12% from 255 or 1.99% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9E07 is #4561F8. Grayscale: #959595. Windows color (decimal): -4547065 or 499386. OLE color: 499386.

HSL color Cylindrical-coordinate representation of color #BA9E07: hue angle of 50.61º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA9E07 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 158 7 -
CMYK 0 0.15 0.96 0.27
HSL 50.61º 0.93% 0.38% -
HSV(B) 50.61º 0.96% 0.73% -
XYZ 32.51 34.91 5.23 -
YUV 149.16 47.78 154.28 -
System Red Green Blue C M Y K H S L
Decimal 186 158 7 0 0.15 0.96 0.27 50.61 0.93 0.38
Hex BA 9E 7 0 F 60 1B 33 5D 26
Octal 272 236 7 0 17 140 33 63 135 46
Binary 10111010 10011110 111 0 1111 1100000 11011 110011 1011101 100110

Color Harmonies of #BA9E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E07

Black with #BA9E07

Text Example


Text Example

White with #BA9E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E07; }

 p { color: rgb(186,158,7); }

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

background-color css

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

 a { background-color: rgb(186,158,7); }

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

border-color css

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

 span { border-color: rgb(186,158,7); }

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