#BBA319

Color #BBA319 Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #BBA319

Tints of Buddha Gold #BBA319

Color information

#BBA319 (or 0xBBA319) is unknown color: approx Buddha Gold. HEX triplet: BB, A3 and 19. RGB value is (187,163,25). Sum of RGB (Red+Green+Blue) = 187+163+25=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA319 is #445CE6. Grayscale: #9B9B9B. Windows color (decimal): -4480231 or 1680315. OLE color: 1680315.

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

Color convert

RGB18716325-
CMYK00.130.870.27
HSL51.11º76.42%41.57%-
HSV(B)51.11º86.63%73.33%-
XYZ33.7736.836.25-
YUV154.4454.95151.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 163 (64.06% from 255) = 43.47%
BLUE value IS 25 (10.16% from 255) = 6.67%
R=49.87%
G=43.47%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871632500.130.870.2751.1176.4241.57
HexBBA3190D571B334c2a
Octal27324331015127336311452
Binary101110111010001111001011011010111110111100111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA319; }

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

 H1.HeaderClassName
 {
   color: #BBA319;
 }
 .AnyTagClassName
 {
   color: #BBA319;
 }
</style>
background-color css

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

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

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

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

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

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