Html Css Color HEX #BBA600 Buddha Gold

📋 copy color: '#BBA600'

red 187 ◦ green 166 ◦ blue 0

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

Shades of Buddha Gold #BBA600

Tints of Buddha Gold #BBA600

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.03%

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

R = 52.97%
G = 47.03%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BBA600 (or 0xBBA600) is known color: Buddha Gold. HEX triplet: BB, A6 and 00. RGB value is (187,166,0). Sum of RGB (Red+Green+Blue) = 187+166+0=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 0 (0.39% from 255 or 0% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA600 is #4459FF. Grayscale: #9A9A9A. Windows color (decimal): -4479488 or 42683. OLE color: 42683.

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

Color convert

RGB 187 166 0 -
CMYK 0 0.11 1 0.27
HSL 53.26º 1% 0.37% -
HSV(B) 53.26º 1% 0.73% -
XYZ 34.13 37.84 5.5 -
YUV 153.36 41.46 152 -
System Red Green Blue C M Y K H S L
Decimal 187 166 0 0 0.11 1 0.27 53.26 1 0.37
Hex BB A6 0 0 B 64 1B 35 64 25
Octal 273 246 0 0 13 144 33 65 144 45
Binary 10111011 10100110 0 0 1011 1100100 11011 110101 1100100 100101

Color Harmonies of #BBA600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA600

Black with #BBA600

Text Example


Text Example

White with #BBA600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA600; }

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

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

background-color css

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

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

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

border-color css

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

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

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