Html Css Color HEX #BA9B03 Buddha Gold

📋 copy color: '#BA9B03'

red 186 ◦ green 155 ◦ blue 3

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

Shades of Buddha Gold #BA9B03

Tints of Buddha Gold #BA9B03

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.06%

 BLUE value IS 3 (1.56% from 255) = 0.87%

R = 54.07%
G = 45.06%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BA9B03 (or 0xBA9B03) is known color: Buddha Gold. HEX triplet: BA, 9B and 03. RGB value is (186,155,3). Sum of RGB (Red+Green+Blue) = 186+155+3=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9B03 is #4564FC. Grayscale: #939393. Windows color (decimal): -4547837 or 236474. OLE color: 236474.

HSL color Cylindrical-coordinate representation of color #BA9B03: hue angle of 49.84º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA9B03 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 155 3 -
CMYK 0 0.17 0.98 0.27
HSL 49.84º 0.97% 0.37% -
HSV(B) 49.84º 0.98% 0.73% -
XYZ 31.99 33.89 4.94 -
YUV 146.94 46.77 155.86 -
System Red Green Blue C M Y K H S L
Decimal 186 155 3 0 0.17 0.98 0.27 49.84 0.97 0.37
Hex BA 9B 3 0 11 62 1B 32 61 25
Octal 272 233 3 0 21 142 33 62 141 45
Binary 10111010 10011011 11 0 10001 1100010 11011 110010 1100001 100101

Color Harmonies of #BA9B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9B03

Black with #BA9B03

Text Example


Text Example

White with #BA9B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9B03; }

 p { color: rgb(186,155,3); }

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

background-color css

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

 a { background-color: rgb(186,155,3); }

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

border-color css

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

 span { border-color: rgb(186,155,3); }

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