Html Css Color HEX #BBA60A Buddha Gold

📋 copy color: '#BBA60A'

red 187 ◦ green 166 ◦ blue 10

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

Shades of Buddha Gold #BBA60A

Tints of Buddha Gold #BBA60A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.75%

R = 51.52%
G = 45.73%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BBA60A (or 0xBBA60A) is known color: Buddha Gold. HEX triplet: BB, A6 and 0A. RGB value is (187,166,10). Sum of RGB (Red+Green+Blue) = 187+166+10=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 166 (65.23% from 255 or 45.73% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA60A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA60A is #4459F5. Grayscale: #9B9B9B. Windows color (decimal): -4479478 or 698043. OLE color: 698043.

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

Color convert

RGB 187 166 10 -
CMYK 0 0.11 0.95 0.27
HSL 52.88º 0.9% 0.39% -
HSV(B) 52.88º 0.95% 0.73% -
XYZ 34.18 37.86 5.79 -
YUV 154.5 46.46 151.18 -
System Red Green Blue C M Y K H S L
Decimal 187 166 10 0 0.11 0.95 0.27 52.88 0.9 0.39
Hex BB A6 A 0 B 5F 1B 35 5A 27
Octal 273 246 12 0 13 137 33 65 132 47
Binary 10111011 10100110 1010 0 1011 1011111 11011 110101 1011010 100111

Color Harmonies of #BBA60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA60A

Black with #BBA60A

Text Example


Text Example

White with #BBA60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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