Html Css Color HEX #BB9519 Buddha Gold

📋 copy color: '#BB9519'

red 187 ◦ green 149 ◦ blue 25

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

Shades of Buddha Gold #BB9519

Tints of Buddha Gold #BB9519

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.27%

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

R = 51.8%
G = 41.27%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB9519 (or 0xBB9519) is known color: Buddha Gold. HEX triplet: BB, 95 and 19. RGB value is (187,149,25). Sum of RGB (Red+Green+Blue) = 187+149+25=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 25 (10.16% from 255 or 6.93% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9519 is #446AE6. Grayscale: #929292. Windows color (decimal): -4483815 or 1676731. OLE color: 1676731.

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

Color convert

RGB 187 149 25 -
CMYK 0 0.20 0.87 0.27
HSL 45.93º 0.76% 0.42% -
HSV(B) 45.93º 0.87% 0.73% -
XYZ 31.42 32.13 5.47 -
YUV 146.23 59.59 157.08 -
System Red Green Blue C M Y K H S L
Decimal 187 149 25 0 0.20 0.87 0.27 45.93 0.76 0.42
Hex BB 95 19 0 14 57 1B 2E 4C 2A
Octal 273 225 31 0 24 127 33 56 114 52
Binary 10111011 10010101 11001 0 10100 1010111 11011 101110 1001100 101010

Color Harmonies of #BB9519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9519

Black with #BB9519

Text Example


Text Example

White with #BB9519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9519; }

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

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

background-color css

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

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

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

border-color css

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

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

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