Html Css Color HEX #BBA210 Buddha Gold

📋 copy color: '#BBA210'

red 187 ◦ green 162 ◦ blue 16

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

Shades of Buddha Gold #BBA210

Tints of Buddha Gold #BBA210

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.38%

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

R = 51.23%
G = 44.38%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBA210 (or 0xBBA210) is known color: Buddha Gold. HEX triplet: BB, A2 and 10. RGB value is (187,162,16). Sum of RGB (Red+Green+Blue) = 187+162+16=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 16 (6.64% from 255 or 4.38% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA210 is #445DEF. Grayscale: #999999. Windows color (decimal): -4480496 or 1090235. OLE color: 1090235.

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

Color convert

RGB 187 162 16 -
CMYK 0 0.13 0.91 0.27
HSL 51.23º 0.84% 0.4% -
HSV(B) 51.23º 0.91% 0.73% -
XYZ 33.51 36.44 5.76 -
YUV 152.83 50.78 152.37 -
System Red Green Blue C M Y K H S L
Decimal 187 162 16 0 0.13 0.91 0.27 51.23 0.84 0.4
Hex BB A2 10 0 D 5B 1B 33 54 28
Octal 273 242 20 0 15 133 33 63 124 50
Binary 10111011 10100010 10000 0 1101 1011011 11011 110011 1010100 101000

Color Harmonies of #BBA210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA210

Black with #BBA210

Text Example


Text Example

White with #BBA210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA210; }

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

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

background-color css

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

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

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

border-color css

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

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

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