Html Css Color HEX #BBA415 Buddha Gold

📋 copy color: '#BBA415'

red 187 ◦ green 164 ◦ blue 21

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

Shades of Buddha Gold #BBA415

Tints of Buddha Gold #BBA415

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.09%

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

R = 50.27%
G = 44.09%
B = 5.65%

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

#BBA415 (or 0xBBA415) is known color: Buddha Gold. HEX triplet: BB, A4 and 15. RGB value is (187,164,21). Sum of RGB (Red+Green+Blue) = 187+164+21=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA415 is #445BEA. Grayscale: #9B9B9B. Windows color (decimal): -4479979 or 1418427. OLE color: 1418427.

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

Color convert

RGB 187 164 21 -
CMYK 0 0.12 0.89 0.27
HSL 51.69º 0.8% 0.41% -
HSV(B) 51.69º 0.89% 0.73% -
XYZ 33.9 37.17 6.1 -
YUV 154.58 52.62 151.13 -
System Red Green Blue C M Y K H S L
Decimal 187 164 21 0 0.12 0.89 0.27 51.69 0.8 0.41
Hex BB A4 15 0 C 59 1B 34 50 29
Octal 273 244 25 0 14 131 33 64 120 51
Binary 10111011 10100100 10101 0 1100 1011001 11011 110100 1010000 101001

Color Harmonies of #BBA415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA415

Black with #BBA415

Text Example


Text Example

White with #BBA415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA415; }

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

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

background-color css

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

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

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

border-color css

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

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

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