Html Css Color HEX #BBA010 Buddha Gold

📋 copy color: '#BBA010'

red 187 ◦ green 160 ◦ blue 16

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

Shades of Buddha Gold #BBA010

Tints of Buddha Gold #BBA010

RGB

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

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

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

R = 51.52%
G = 44.08%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBA010 (or 0xBBA010) is known color: Buddha Gold. HEX triplet: BB, A0 and 10. RGB value is (187,160,16). Sum of RGB (Red+Green+Blue) = 187+160+16=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA010 is #445FEF. Grayscale: #989898. Windows color (decimal): -4481008 or 1089723. OLE color: 1089723.

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

Color convert

RGB 187 160 16 -
CMYK 0 0.14 0.91 0.27
HSL 50.53º 0.84% 0.4% -
HSV(B) 50.53º 0.91% 0.73% -
XYZ 33.16 35.74 5.64 -
YUV 151.66 51.45 153.21 -
System Red Green Blue C M Y K H S L
Decimal 187 160 16 0 0.14 0.91 0.27 50.53 0.84 0.4
Hex BB A0 10 0 E 5B 1B 33 54 28
Octal 273 240 20 0 16 133 33 63 124 50
Binary 10111011 10100000 10000 0 1110 1011011 11011 110011 1010100 101000

Color Harmonies of #BBA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA010

Black with #BBA010

Text Example


Text Example

White with #BBA010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA010; }

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

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

background-color css

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

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

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

border-color css

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

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

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