Html Css Color HEX #BB9515 Buddha Gold

📋 copy color: '#BB9515'

red 187 ◦ green 149 ◦ blue 21

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

Shades of Buddha Gold #BB9515

Tints of Buddha Gold #BB9515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.88%

R = 52.38%
G = 41.74%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB9515 (or 0xBB9515) is known color: Buddha Gold. HEX triplet: BB, 95 and 15. RGB value is (187,149,21). Sum of RGB (Red+Green+Blue) = 187+149+21=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9515 is #446AEA. Grayscale: #929292. Windows color (decimal): -4483819 or 1414587. OLE color: 1414587.

HSL color Cylindrical-coordinate representation of color #BB9515: hue angle of 46.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB9515 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 149 21 -
CMYK 0 0.20 0.89 0.27
HSL 46.27º 0.8% 0.41% -
HSV(B) 46.27º 0.89% 0.73% -
XYZ 31.38 32.11 5.25 -
YUV 145.77 57.59 157.41 -
System Red Green Blue C M Y K H S L
Decimal 187 149 21 0 0.20 0.89 0.27 46.27 0.8 0.41
Hex BB 95 15 0 14 59 1B 2E 50 29
Octal 273 225 25 0 24 131 33 56 120 51
Binary 10111011 10010101 10101 0 10100 1011001 11011 101110 1010000 101001

Color Harmonies of #BB9515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9515

Black with #BB9515

Text Example


Text Example

White with #BB9515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9515; }

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

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

background-color css

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

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

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

border-color css

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

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

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