Html Css Color HEX #BBA511 Buddha Gold

📋 copy color: '#BBA511'

red 187 ◦ green 165 ◦ blue 17

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

Shades of Buddha Gold #BBA511

Tints of Buddha Gold #BBA511

RGB

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

 GREEN value IS 165 (64.84% from 255) = 44.72%

 BLUE value IS 17 (7.03% from 255) = 4.61%

R = 50.68%
G = 44.72%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBA511 (or 0xBBA511) is known color: Buddha Gold. HEX triplet: BB, A5 and 11. RGB value is (187,165,17). Sum of RGB (Red+Green+Blue) = 187+165+17=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 165 (64.84% from 255 or 44.72% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA511 is #445AEE. Grayscale: #9B9B9B. Windows color (decimal): -4479727 or 1156539. OLE color: 1156539.

HSL color Cylindrical-coordinate representation of color #BBA511: hue angle of 52.24º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBA511 is Cyan = 0, Magento = 0.12, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 17 -
CMYK 0 0.12 0.91 0.27
HSL 52.24º 0.83% 0.4% -
HSV(B) 52.24º 0.91% 0.73% -
XYZ 34.05 37.52 5.98 -
YUV 154.71 50.29 151.03 -
System Red Green Blue C M Y K H S L
Decimal 187 165 17 0 0.12 0.91 0.27 52.24 0.83 0.4
Hex BB A5 11 0 C 5B 1B 34 53 28
Octal 273 245 21 0 14 133 33 64 123 50
Binary 10111011 10100101 10001 0 1100 1011011 11011 110100 1010011 101000

Color Harmonies of #BBA511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA511

Black with #BBA511

Text Example


Text Example

White with #BBA511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA511; }

 p { color: rgb(187,165,17); }

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

background-color css

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

 a { background-color: rgb(187,165,17); }

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

border-color css

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

 span { border-color: rgb(187,165,17); }

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