Html Css Color HEX #BA9B18 Buddha Gold

📋 copy color: '#BA9B18'

red 186 ◦ green 155 ◦ blue 24

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

Shades of Buddha Gold #BA9B18

Tints of Buddha Gold #BA9B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.58%

R = 50.96%
G = 42.47%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA9B18 (or 0xBA9B18) is known color: Buddha Gold. HEX triplet: BA, 9B and 18. RGB value is (186,155,24). Sum of RGB (Red+Green+Blue) = 186+155+24=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9B18 is #4564E7. Grayscale: #959595. Windows color (decimal): -4547816 or 1612730. OLE color: 1612730.

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

Color convert

RGB 186 155 24 -
CMYK 0 0.17 0.87 0.27
HSL 48.52º 0.77% 0.41% -
HSV(B) 48.52º 0.87% 0.73% -
XYZ 32.14 33.95 5.72 -
YUV 149.34 57.27 154.15 -
System Red Green Blue C M Y K H S L
Decimal 186 155 24 0 0.17 0.87 0.27 48.52 0.77 0.41
Hex BA 9B 18 0 11 57 1B 31 4D 29
Octal 272 233 30 0 21 127 33 61 115 51
Binary 10111010 10011011 11000 0 10001 1010111 11011 110001 1001101 101001

Color Harmonies of #BA9B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9B18

Black with #BA9B18

Text Example


Text Example

White with #BA9B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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