Html Css Color HEX #BBA310 Buddha Gold

📋 copy color: '#BBA310'

red 187 ◦ green 163 ◦ blue 16

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

Shades of Buddha Gold #BBA310

Tints of Buddha Gold #BBA310

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.54%

 BLUE value IS 16 (6.64% from 255) = 4.37%

R = 51.09%
G = 44.54%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBA310 (or 0xBBA310) is known color: Buddha Gold. HEX triplet: BB, A3 and 10. RGB value is (187,163,16). Sum of RGB (Red+Green+Blue) = 187+163+16=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 163 (64.06% from 255 or 44.54% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA310 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA310 is #445CEF. Grayscale: #9A9A9A. Windows color (decimal): -4480240 or 1090491. OLE color: 1090491.

HSL color Cylindrical-coordinate representation of color #BBA310: hue angle of 51.58º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBA310 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 16 -
CMYK 0 0.13 0.91 0.27
HSL 51.58º 0.84% 0.4% -
HSV(B) 51.58º 0.91% 0.73% -
XYZ 33.68 36.8 5.82 -
YUV 153.42 50.45 151.95 -
System Red Green Blue C M Y K H S L
Decimal 187 163 16 0 0.13 0.91 0.27 51.58 0.84 0.4
Hex BB A3 10 0 D 5B 1B 34 54 28
Octal 273 243 20 0 15 133 33 64 124 50
Binary 10111011 10100011 10000 0 1101 1011011 11011 110100 1010100 101000

Color Harmonies of #BBA310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA310

Black with #BBA310

Text Example


Text Example

White with #BBA310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA310; }

 p { color: rgb(187,163,16); }

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

background-color css

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

 a { background-color: rgb(187,163,16); }

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

border-color css

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

 span { border-color: rgb(187,163,16); }

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