Html Css Color HEX #BBA515 Buddha Gold

📋 copy color: '#BBA515'

red 187 ◦ green 165 ◦ blue 21

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

Shades of Buddha Gold #BBA515

Tints of Buddha Gold #BBA515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.63%

R = 50.13%
G = 44.24%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBA515 (or 0xBBA515) is known color: Buddha Gold. HEX triplet: BB, A5 and 15. RGB value is (187,165,21). Sum of RGB (Red+Green+Blue) = 187+165+21=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA515 is #445AEA. Grayscale: #9B9B9B. Windows color (decimal): -4479723 or 1418683. OLE color: 1418683.

HSL color Cylindrical-coordinate representation of color #BBA515: hue angle of 52.05º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBA515 is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 21 -
CMYK 0 0.12 0.89 0.27
HSL 52.05º 0.8% 0.41% -
HSV(B) 52.05º 0.89% 0.73% -
XYZ 34.08 37.53 6.16 -
YUV 155.16 52.29 150.71 -
System Red Green Blue C M Y K H S L
Decimal 187 165 21 0 0.12 0.89 0.27 52.05 0.8 0.41
Hex BB A5 15 0 C 59 1B 34 50 29
Octal 273 245 25 0 14 131 33 64 120 51
Binary 10111011 10100101 10101 0 1100 1011001 11011 110100 1010000 101001

Color Harmonies of #BBA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA515

Black with #BBA515

Text Example


Text Example

White with #BBA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA515; }

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

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

background-color css

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

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

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

border-color css

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

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

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