Html Css Color HEX #BBA100 Buddha Gold

📋 copy color: '#BBA100'

red 187 ◦ green 161 ◦ blue 0

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

Shades of Buddha Gold #BBA100

Tints of Buddha Gold #BBA100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.74%
G = 46.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BBA100 (or 0xBBA100) is known color: Buddha Gold. HEX triplet: BB, A1 and 00. RGB value is (187,161,0). Sum of RGB (Red+Green+Blue) = 187+161+0=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 161 (63.28% from 255 or 46.26% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA100 is #445EFF. Grayscale: #979797. Windows color (decimal): -4480768 or 41403. OLE color: 41403.

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

Color convert

RGB 187 161 0 -
CMYK 0 0.14 1 0.27
HSL 51.66º 1% 0.37% -
HSV(B) 51.66º 1% 0.73% -
XYZ 33.24 36.05 5.21 -
YUV 150.42 43.11 154.09 -
System Red Green Blue C M Y K H S L
Decimal 187 161 0 0 0.14 1 0.27 51.66 1 0.37
Hex BB A1 0 0 E 64 1B 34 64 25
Octal 273 241 0 0 16 144 33 64 144 45
Binary 10111011 10100001 0 0 1110 1100100 11011 110100 1100100 100101

Color Harmonies of #BBA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA100

Black with #BBA100

Text Example


Text Example

White with #BBA100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA100; }

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

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

background-color css

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

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

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

border-color css

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

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

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