Html Css Color HEX #BBA219 Buddha Gold

📋 copy color: '#BBA219'

red 187 ◦ green 162 ◦ blue 25

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

Shades of Buddha Gold #BBA219

Tints of Buddha Gold #BBA219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.68%

R = 50%
G = 43.32%
B = 6.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBA219 (or 0xBBA219) is known color: Buddha Gold. HEX triplet: BB, A2 and 19. RGB value is (187,162,25). Sum of RGB (Red+Green+Blue) = 187+162+25=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA219 is #445DE6. Grayscale: #9A9A9A. Windows color (decimal): -4480487 or 1680059. OLE color: 1680059.

HSL color Cylindrical-coordinate representation of color #BBA219: hue angle of 50.74º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBA219 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 162 25 -
CMYK 0 0.13 0.87 0.27
HSL 50.74º 0.76% 0.42% -
HSV(B) 50.74º 0.87% 0.73% -
XYZ 33.59 36.48 6.19 -
YUV 153.86 55.28 151.64 -
System Red Green Blue C M Y K H S L
Decimal 187 162 25 0 0.13 0.87 0.27 50.74 0.76 0.42
Hex BB A2 19 0 D 57 1B 33 4C 2A
Octal 273 242 31 0 15 127 33 63 114 52
Binary 10111011 10100010 11001 0 1101 1010111 11011 110011 1001100 101010

Color Harmonies of #BBA219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA219

Black with #BBA219

Text Example


Text Example

White with #BBA219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA219; }

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

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

background-color css

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

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

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

border-color css

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

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

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