Html Css Color HEX #BB9015 Buddha Gold

📋 copy color: '#BB9015'

red 187 ◦ green 144 ◦ blue 21

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

Shades of Buddha Gold #BB9015

Tints of Buddha Gold #BB9015

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.91%

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

R = 53.13%
G = 40.91%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB9015 (or 0xBB9015) is known color: Buddha Gold. HEX triplet: BB, 90 and 15. RGB value is (187,144,21). Sum of RGB (Red+Green+Blue) = 187+144+21=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9015 is #446FEA. Grayscale: #8F8F8F. Windows color (decimal): -4485099 or 1413307. OLE color: 1413307.

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

Color convert

RGB 187 144 21 -
CMYK 0 0.23 0.89 0.27
HSL 44.46º 0.8% 0.41% -
HSV(B) 44.46º 0.89% 0.73% -
XYZ 30.6 30.57 5 -
YUV 142.84 59.25 159.5 -
System Red Green Blue C M Y K H S L
Decimal 187 144 21 0 0.23 0.89 0.27 44.46 0.8 0.41
Hex BB 90 15 0 17 59 1B 2C 50 29
Octal 273 220 25 0 27 131 33 54 120 51
Binary 10111011 10010000 10101 0 10111 1011001 11011 101100 1010000 101001

Color Harmonies of #BB9015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9015

Black with #BB9015

Text Example


Text Example

White with #BB9015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9015; }

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

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

background-color css

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

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

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

border-color css

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

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

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