Html Css Color HEX #BBA90B Buddha Gold

📋 copy color: '#BBA90B'

red 187 ◦ green 169 ◦ blue 11

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

Shades of Buddha Gold #BBA90B

Tints of Buddha Gold #BBA90B

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.05%

 BLUE value IS 11 (4.69% from 255) = 3%

R = 50.95%
G = 46.05%
B = 3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BBA90B (or 0xBBA90B) is known color: Buddha Gold. HEX triplet: BB, A9 and 0B. RGB value is (187,169,11). Sum of RGB (Red+Green+Blue) = 187+169+11=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA90B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA90B is #4456F4. Grayscale: #9D9D9D. Windows color (decimal): -4478709 or 764347. OLE color: 764347.

HSL color Cylindrical-coordinate representation of color #BBA90B: hue angle of 53.86º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBA90B is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 11 -
CMYK 0 0.10 0.94 0.27
HSL 53.86º 0.89% 0.39% -
HSV(B) 53.86º 0.94% 0.73% -
XYZ 34.74 38.96 6.01 -
YUV 156.37 45.96 149.85 -
System Red Green Blue C M Y K H S L
Decimal 187 169 11 0 0.10 0.94 0.27 53.86 0.89 0.39
Hex BB A9 B 0 A 5E 1B 36 59 27
Octal 273 251 13 0 12 136 33 66 131 47
Binary 10111011 10101001 1011 0 1010 1011110 11011 110110 1011001 100111

Color Harmonies of #BBA90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA90B

Black with #BBA90B

Text Example


Text Example

White with #BBA90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA90B; }

 p { color: rgb(187,169,11); }

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

background-color css

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

 a { background-color: rgb(187,169,11); }

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

border-color css

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

 span { border-color: rgb(187,169,11); }

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