Html Css Color HEX #BBA400 Buddha Gold

📋 copy color: '#BBA400'

red 187 ◦ green 164 ◦ blue 0

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

Shades of Buddha Gold #BBA400

Tints of Buddha Gold #BBA400

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.72%

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

R = 53.28%
G = 46.72%
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

#BBA400 (or 0xBBA400) is known color: Buddha Gold. HEX triplet: BB, A4 and 00. RGB value is (187,164,0). Sum of RGB (Red+Green+Blue) = 187+164+0=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 0 (0.39% from 255 or 0% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA400 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA400 is #445BFF. Grayscale: #989898. Windows color (decimal): -4480000 or 42171. OLE color: 42171.

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

Color convert

RGB 187 164 0 -
CMYK 0 0.12 1 0.27
HSL 52.62º 1% 0.37% -
HSV(B) 52.62º 1% 0.73% -
XYZ 33.77 37.12 5.38 -
YUV 152.18 42.12 152.84 -
System Red Green Blue C M Y K H S L
Decimal 187 164 0 0 0.12 1 0.27 52.62 1 0.37
Hex BB A4 0 0 C 64 1B 35 64 25
Octal 273 244 0 0 14 144 33 65 144 45
Binary 10111011 10100100 0 0 1100 1100100 11011 110101 1100100 100101

Color Harmonies of #BBA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA400

Black with #BBA400

Text Example


Text Example

White with #BBA400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA400; }

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

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

background-color css

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

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

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

border-color css

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

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

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