Html Css Color HEX #BBA611 Buddha Gold

📋 copy color: '#BBA611'

red 187 ◦ green 166 ◦ blue 17

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

Shades of Buddha Gold #BBA611

Tints of Buddha Gold #BBA611

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.86%

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

R = 50.54%
G = 44.86%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBA611 (or 0xBBA611) is known color: Buddha Gold. HEX triplet: BB, A6 and 11. RGB value is (187,166,17). Sum of RGB (Red+Green+Blue) = 187+166+17=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 166 (65.23% from 255 or 44.86% from 370); Blue value is 17 (7.03% from 255 or 4.59% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA611 is #4459EE. Grayscale: #9B9B9B. Windows color (decimal): -4479471 or 1156795. OLE color: 1156795.

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

Color convert

RGB 187 166 17 -
CMYK 0 0.11 0.91 0.27
HSL 52.59º 0.83% 0.4% -
HSV(B) 52.59º 0.91% 0.73% -
XYZ 34.23 37.88 6.04 -
YUV 155.29 49.96 150.62 -
System Red Green Blue C M Y K H S L
Decimal 187 166 17 0 0.11 0.91 0.27 52.59 0.83 0.4
Hex BB A6 11 0 B 5B 1B 35 53 28
Octal 273 246 21 0 13 133 33 65 123 50
Binary 10111011 10100110 10001 0 1011 1011011 11011 110101 1010011 101000

Color Harmonies of #BBA611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA611

Black with #BBA611

Text Example


Text Example

White with #BBA611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA611; }

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

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

background-color css

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

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

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

border-color css

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

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

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