Html Css Color HEX #BBA500 Buddha Gold

📋 copy color: '#BBA500'

red 187 ◦ green 165 ◦ blue 0

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

Shades of Buddha Gold #BBA500

Tints of Buddha Gold #BBA500

RGB

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

 GREEN value IS 165 (64.84% from 255) = 46.88%

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

R = 53.13%
G = 46.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BBA500 (or 0xBBA500) is known color: Buddha Gold. HEX triplet: BB, A5 and 00. RGB value is (187,165,0). Sum of RGB (Red+Green+Blue) = 187+165+0=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA500 is #445AFF. Grayscale: #999999. Windows color (decimal): -4479744 or 42427. OLE color: 42427.

HSL color Cylindrical-coordinate representation of color #BBA500: hue angle of 52.94º 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 #BBA500 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 0 -
CMYK 0 0.12 1 0.27
HSL 52.94º 1% 0.37% -
HSV(B) 52.94º 1% 0.73% -
XYZ 33.95 37.48 5.44 -
YUV 152.77 41.79 152.42 -
System Red Green Blue C M Y K H S L
Decimal 187 165 0 0 0.12 1 0.27 52.94 1 0.37
Hex BB A5 0 0 C 64 1B 35 64 25
Octal 273 245 0 0 14 144 33 65 144 45
Binary 10111011 10100101 0 0 1100 1100100 11011 110101 1100100 100101

Color Harmonies of #BBA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA500

Black with #BBA500

Text Example


Text Example

White with #BBA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA500; }

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

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

background-color css

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

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

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

border-color css

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

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

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