Html Css Color HEX #BBA016 Buddha Gold

📋 copy color: '#BBA016'

red 187 ◦ green 160 ◦ blue 22

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

Shades of Buddha Gold #BBA016

Tints of Buddha Gold #BBA016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.96%

R = 50.68%
G = 43.36%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BBA016 (or 0xBBA016) is known color: Buddha Gold. HEX triplet: BB, A0 and 16. RGB value is (187,160,22). Sum of RGB (Red+Green+Blue) = 187+160+22=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA016 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA016 is #445FE9. Grayscale: #989898. Windows color (decimal): -4481002 or 1482939. OLE color: 1482939.

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

Color convert

RGB 187 160 22 -
CMYK 0 0.14 0.88 0.27
HSL 50.18º 0.79% 0.41% -
HSV(B) 50.18º 0.88% 0.73% -
XYZ 33.21 35.76 5.91 -
YUV 152.34 54.45 152.72 -
System Red Green Blue C M Y K H S L
Decimal 187 160 22 0 0.14 0.88 0.27 50.18 0.79 0.41
Hex BB A0 16 0 E 58 1B 32 4F 29
Octal 273 240 26 0 16 130 33 62 117 51
Binary 10111011 10100000 10110 0 1110 1011000 11011 110010 1001111 101001

Color Harmonies of #BBA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA016

Black with #BBA016

Text Example


Text Example

White with #BBA016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA016; }

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

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

background-color css

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

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

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

border-color css

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

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

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