Html Css Color HEX #BBA119 Buddha Gold

📋 copy color: '#BBA119'

red 187 ◦ green 161 ◦ blue 25

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

Shades of Buddha Gold #BBA119

Tints of Buddha Gold #BBA119

RGB

 RED value IS 187 (73.44% from 255) = 50.13%

 GREEN value IS 161 (63.28% from 255) = 43.16%

 BLUE value IS 25 (10.16% from 255) = 6.7%

R = 50.13%
G = 43.16%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBA119 (or 0xBBA119) is known color: Buddha Gold. HEX triplet: BB, A1 and 19. RGB value is (187,161,25). Sum of RGB (Red+Green+Blue) = 187+161+25=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA119 is #445EE6. Grayscale: #999999. Windows color (decimal): -4480743 or 1679803. OLE color: 1679803.

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

Color convert

RGB 187 161 25 -
CMYK 0 0.14 0.87 0.27
HSL 50.37º 0.76% 0.42% -
HSV(B) 50.37º 0.87% 0.73% -
XYZ 33.41 36.12 6.13 -
YUV 153.27 55.61 152.06 -
System Red Green Blue C M Y K H S L
Decimal 187 161 25 0 0.14 0.87 0.27 50.37 0.76 0.42
Hex BB A1 19 0 E 57 1B 32 4C 2A
Octal 273 241 31 0 16 127 33 62 114 52
Binary 10111011 10100001 11001 0 1110 1010111 11011 110010 1001100 101010

Color Harmonies of #BBA119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA119

Black with #BBA119

Text Example


Text Example

White with #BBA119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA119; }

 p { color: rgb(187,161,25); }

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

background-color css

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

 a { background-color: rgb(187,161,25); }

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

border-color css

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

 span { border-color: rgb(187,161,25); }

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