Html Css Color HEX #BBA000 Buddha Gold

📋 copy color: '#BBA000'

red 187 ◦ green 160 ◦ blue 0

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

Shades of Buddha Gold #BBA000

Tints of Buddha Gold #BBA000

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.11%

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

R = 53.89%
G = 46.11%
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

#BBA000 (or 0xBBA000) is known color: Buddha Gold. HEX triplet: BB, A0 and 00. RGB value is (187,160,0). Sum of RGB (Red+Green+Blue) = 187+160+0=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA000 is #445FFF. Grayscale: #969696. Windows color (decimal): -4481024 or 41147. OLE color: 41147.

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

Color convert

RGB 187 160 0 -
CMYK 0 0.14 1 0.27
HSL 51.34º 1% 0.37% -
HSV(B) 51.34º 1% 0.73% -
XYZ 33.06 35.71 5.15 -
YUV 149.83 43.45 154.51 -
System Red Green Blue C M Y K H S L
Decimal 187 160 0 0 0.14 1 0.27 51.34 1 0.37
Hex BB A0 0 0 E 64 1B 33 64 25
Octal 273 240 0 0 16 144 33 63 144 45
Binary 10111011 10100000 0 0 1110 1100100 11011 110011 1100100 100101

Color Harmonies of #BBA000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA000

Black with #BBA000

Text Example


Text Example

White with #BBA000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA000; }

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

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

background-color css

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

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

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

border-color css

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

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

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