Html Css Color HEX #BBA60E Buddha Gold

📋 copy color: '#BBA60E'

red 187 ◦ green 166 ◦ blue 14

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

Shades of Buddha Gold #BBA60E

Tints of Buddha Gold #BBA60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.81%

R = 50.95%
G = 45.23%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BBA60E (or 0xBBA60E) is known color: Buddha Gold. HEX triplet: BB, A6 and 0E. RGB value is (187,166,14). Sum of RGB (Red+Green+Blue) = 187+166+14=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA60E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA60E is #4459F1. Grayscale: #9B9B9B. Windows color (decimal): -4479474 or 960187. OLE color: 960187.

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

Color convert

RGB 187 166 14 -
CMYK 0 0.11 0.93 0.27
HSL 52.72º 0.86% 0.39% -
HSV(B) 52.72º 0.93% 0.73% -
XYZ 34.21 37.87 5.92 -
YUV 154.95 48.46 150.86 -
System Red Green Blue C M Y K H S L
Decimal 187 166 14 0 0.11 0.93 0.27 52.72 0.86 0.39
Hex BB A6 E 0 B 5D 1B 35 56 27
Octal 273 246 16 0 13 135 33 65 126 47
Binary 10111011 10100110 1110 0 1011 1011101 11011 110101 1010110 100111

Color Harmonies of #BBA60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA60E

Black with #BBA60E

Text Example


Text Example

White with #BBA60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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