Html Css Color HEX #BB9815 Buddha Gold

📋 copy color: '#BB9815'

red 187 ◦ green 152 ◦ blue 21

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

Shades of Buddha Gold #BB9815

Tints of Buddha Gold #BB9815

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.22%

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

R = 51.94%
G = 42.22%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB9815 (or 0xBB9815) is known color: Buddha Gold. HEX triplet: BB, 98 and 15. RGB value is (187,152,21). Sum of RGB (Red+Green+Blue) = 187+152+21=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9815 is #4467EA. Grayscale: #949494. Windows color (decimal): -4483051 or 1415355. OLE color: 1415355.

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

Color convert

RGB 187 152 21 -
CMYK 0 0.19 0.89 0.27
HSL 47.35º 0.8% 0.41% -
HSV(B) 47.35º 0.89% 0.73% -
XYZ 31.86 33.08 5.41 -
YUV 147.53 56.6 156.15 -
System Red Green Blue C M Y K H S L
Decimal 187 152 21 0 0.19 0.89 0.27 47.35 0.8 0.41
Hex BB 98 15 0 13 59 1B 2F 50 29
Octal 273 230 25 0 23 131 33 57 120 51
Binary 10111011 10011000 10101 0 10011 1011001 11011 101111 1010000 101001

Color Harmonies of #BB9815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9815

Black with #BB9815

Text Example


Text Example

White with #BB9815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9815; }

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

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

background-color css

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

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

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

border-color css

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

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

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