Html Css Color HEX #BBA506 Buddha Gold

📋 copy color: '#BBA506'

red 187 ◦ green 165 ◦ blue 6

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

Shades of Buddha Gold #BBA506

Tints of Buddha Gold #BBA506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.68%

R = 52.23%
G = 46.09%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BBA506 (or 0xBBA506) is known color: Buddha Gold. HEX triplet: BB, A5 and 06. RGB value is (187,165,6). Sum of RGB (Red+Green+Blue) = 187+165+6=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 165 (64.84% from 255 or 46.09% from 358); Blue value is 6 (2.73% from 255 or 1.68% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA506 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA506 is #445AF9. Grayscale: #9A9A9A. Windows color (decimal): -4479738 or 435643. OLE color: 435643.

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

Color convert

RGB 187 165 6 -
CMYK 0 0.12 0.97 0.27
HSL 52.71º 0.94% 0.38% -
HSV(B) 52.71º 0.97% 0.73% -
XYZ 33.98 37.49 5.62 -
YUV 153.45 44.79 151.93 -
System Red Green Blue C M Y K H S L
Decimal 187 165 6 0 0.12 0.97 0.27 52.71 0.94 0.38
Hex BB A5 6 0 C 61 1B 35 5E 26
Octal 273 245 6 0 14 141 33 65 136 46
Binary 10111011 10100101 110 0 1100 1100001 11011 110101 1011110 100110

Color Harmonies of #BBA506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA506

Black with #BBA506

Text Example


Text Example

White with #BBA506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA506; }

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

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

background-color css

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

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

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

border-color css

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

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

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