Html Css Color HEX #BBA606 Buddha Gold

📋 copy color: '#BBA606'

red 187 ◦ green 166 ◦ blue 6

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

Shades of Buddha Gold #BBA606

Tints of Buddha Gold #BBA606

RGB

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

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

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

R = 52.09%
G = 46.24%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BBA606 (or 0xBBA606) is known color: Buddha Gold. HEX triplet: BB, A6 and 06. RGB value is (187,166,6). Sum of RGB (Red+Green+Blue) = 187+166+6=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 6 (2.73% from 255 or 1.67% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA606 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA606 is #4459F9. Grayscale: #9A9A9A. Windows color (decimal): -4479482 or 435899. OLE color: 435899.

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

Color convert

RGB 187 166 6 -
CMYK 0 0.11 0.97 0.27
HSL 53.04º 0.94% 0.38% -
HSV(B) 53.04º 0.97% 0.73% -
XYZ 34.16 37.85 5.68 -
YUV 154.04 44.46 151.51 -
System Red Green Blue C M Y K H S L
Decimal 187 166 6 0 0.11 0.97 0.27 53.04 0.94 0.38
Hex BB A6 6 0 B 61 1B 35 5E 26
Octal 273 246 6 0 13 141 33 65 136 46
Binary 10111011 10100110 110 0 1011 1100001 11011 110101 1011110 100110

Color Harmonies of #BBA606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA606

Black with #BBA606

Text Example


Text Example

White with #BBA606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA606; }

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

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

background-color css

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

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

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

border-color css

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

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

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