Html Css Color HEX #BBA90C Buddha Gold

📋 copy color: '#BBA90C'

red 187 ◦ green 169 ◦ blue 12

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

Shades of Buddha Gold #BBA90C

Tints of Buddha Gold #BBA90C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.26%

R = 50.82%
G = 45.92%
B = 3.26%

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

#BBA90C (or 0xBBA90C) is known color: Buddha Gold. HEX triplet: BB, A9 and 0C. RGB value is (187,169,12). Sum of RGB (Red+Green+Blue) = 187+169+12=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA90C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA90C is #4456F3. Grayscale: #9D9D9D. Windows color (decimal): -4478708 or 829883. OLE color: 829883.

HSL color Cylindrical-coordinate representation of color #BBA90C: hue angle of 53.83º degrees, saturation: 0.88, 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 #BBA90C is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 169 12 -
CMYK 0 0.10 0.94 0.27
HSL 53.83º 0.88% 0.39% -
HSV(B) 53.83º 0.94% 0.73% -
XYZ 34.75 38.97 6.04 -
YUV 156.48 46.46 149.77 -
System Red Green Blue C M Y K H S L
Decimal 187 169 12 0 0.10 0.94 0.27 53.83 0.88 0.39
Hex BB A9 C 0 A 5E 1B 36 58 27
Octal 273 251 14 0 12 136 33 66 130 47
Binary 10111011 10101001 1100 0 1010 1011110 11011 110110 1011000 100111

Color Harmonies of #BBA90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA90C

Black with #BBA90C

Text Example


Text Example

White with #BBA90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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