Html Css Color HEX #BBA510 Buddha Gold

📋 copy color: '#BBA510'

red 187 ◦ green 165 ◦ blue 16

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

Shades of Buddha Gold #BBA510

Tints of Buddha Gold #BBA510

RGB

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

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

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

R = 50.82%
G = 44.84%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBA510 (or 0xBBA510) is known color: Buddha Gold. HEX triplet: BB, A5 and 10. RGB value is (187,165,16). Sum of RGB (Red+Green+Blue) = 187+165+16=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA510 is #445AEF. Grayscale: #9B9B9B. Windows color (decimal): -4479728 or 1091003. OLE color: 1091003.

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

Color convert

RGB 187 165 16 -
CMYK 0 0.12 0.91 0.27
HSL 52.28º 0.84% 0.4% -
HSV(B) 52.28º 0.91% 0.73% -
XYZ 34.04 37.51 5.94 -
YUV 154.59 49.79 151.12 -
System Red Green Blue C M Y K H S L
Decimal 187 165 16 0 0.12 0.91 0.27 52.28 0.84 0.4
Hex BB A5 10 0 C 5B 1B 34 54 28
Octal 273 245 20 0 14 133 33 64 124 50
Binary 10111011 10100101 10000 0 1100 1011011 11011 110100 1010100 101000

Color Harmonies of #BBA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA510

Black with #BBA510

Text Example


Text Example

White with #BBA510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA510; }

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

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

background-color css

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

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

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

border-color css

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

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

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