Html Css Color HEX #BB9915 Buddha Gold

📋 copy color: '#BB9915'

red 187 ◦ green 153 ◦ blue 21

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

Shades of Buddha Gold #BB9915

Tints of Buddha Gold #BB9915

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.38%

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

R = 51.8%
G = 42.38%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB9915 (or 0xBB9915) is known color: Buddha Gold. HEX triplet: BB, 99 and 15. RGB value is (187,153,21). Sum of RGB (Red+Green+Blue) = 187+153+21=361 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.80% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9915 is #4466EA. Grayscale: #949494. Windows color (decimal): -4482795 or 1415611. OLE color: 1415611.

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

Color convert

RGB 187 153 21 -
CMYK 0 0.18 0.89 0.27
HSL 47.71º 0.8% 0.41% -
HSV(B) 47.71º 0.89% 0.73% -
XYZ 32.02 33.4 5.47 -
YUV 148.12 56.26 155.73 -
System Red Green Blue C M Y K H S L
Decimal 187 153 21 0 0.18 0.89 0.27 47.71 0.8 0.41
Hex BB 99 15 0 12 59 1B 30 50 29
Octal 273 231 25 0 22 131 33 60 120 51
Binary 10111011 10011001 10101 0 10010 1011001 11011 110000 1010000 101001

Color Harmonies of #BB9915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9915

Black with #BB9915

Text Example


Text Example

White with #BB9915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9915; }

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

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

background-color css

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

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

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

border-color css

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

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

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