Html Css Color HEX #BBA015 Buddha Gold

📋 copy color: '#BBA015'

red 187 ◦ green 160 ◦ blue 21

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

Shades of Buddha Gold #BBA015

Tints of Buddha Gold #BBA015

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.48%

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

R = 50.82%
G = 43.48%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBA015 (or 0xBBA015) is known color: Buddha Gold. HEX triplet: BB, A0 and 15. RGB value is (187,160,21). Sum of RGB (Red+Green+Blue) = 187+160+21=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA015 is #445FEA. Grayscale: #989898. Windows color (decimal): -4481003 or 1417403. OLE color: 1417403.

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

Color convert

RGB 187 160 21 -
CMYK 0 0.14 0.89 0.27
HSL 50.24º 0.8% 0.41% -
HSV(B) 50.24º 0.89% 0.73% -
XYZ 33.2 35.76 5.86 -
YUV 152.23 53.95 152.8 -
System Red Green Blue C M Y K H S L
Decimal 187 160 21 0 0.14 0.89 0.27 50.24 0.8 0.41
Hex BB A0 15 0 E 59 1B 32 50 29
Octal 273 240 25 0 16 131 33 62 120 51
Binary 10111011 10100000 10101 0 1110 1011001 11011 110010 1010000 101001

Color Harmonies of #BBA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA015

Black with #BBA015

Text Example


Text Example

White with #BBA015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA015; }

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

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

background-color css

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

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

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

border-color css

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

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

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