Html Css Color HEX #BB9014 Buddha Gold

📋 copy color: '#BB9014'

red 187 ◦ green 144 ◦ blue 20

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

Shades of Buddha Gold #BB9014

Tints of Buddha Gold #BB9014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.7%

R = 53.28%
G = 41.03%
B = 5.7%

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

#BB9014 (or 0xBB9014) is known color: Buddha Gold. HEX triplet: BB, 90 and 14. RGB value is (187,144,20). Sum of RGB (Red+Green+Blue) = 187+144+20=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9014 is #446FEB. Grayscale: #8F8F8F. Windows color (decimal): -4485100 or 1347771. OLE color: 1347771.

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

Color convert

RGB 187 144 20 -
CMYK 0 0.23 0.89 0.27
HSL 44.55º 0.81% 0.41% -
HSV(B) 44.55º 0.89% 0.73% -
XYZ 30.59 30.56 4.95 -
YUV 142.72 58.75 159.58 -
System Red Green Blue C M Y K H S L
Decimal 187 144 20 0 0.23 0.89 0.27 44.55 0.81 0.41
Hex BB 90 14 0 17 59 1B 2D 51 29
Octal 273 220 24 0 27 131 33 55 121 51
Binary 10111011 10010000 10100 0 10111 1011001 11011 101101 1010001 101001

Color Harmonies of #BB9014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9014

Black with #BB9014

Text Example


Text Example

White with #BB9014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9014; }

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

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

background-color css

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

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

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

border-color css

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

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

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