Html Css Color HEX #BBA414 Buddha Gold

📋 copy color: '#BBA414'

red 187 ◦ green 164 ◦ blue 20

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

Shades of Buddha Gold #BBA414

Tints of Buddha Gold #BBA414

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.2%

 BLUE value IS 20 (8.2% from 255) = 5.39%

R = 50.4%
G = 44.2%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBA414 (or 0xBBA414) is known color: Buddha Gold. HEX triplet: BB, A4 and 14. RGB value is (187,164,20). Sum of RGB (Red+Green+Blue) = 187+164+20=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA414 is #445BEB. Grayscale: #9B9B9B. Windows color (decimal): -4479980 or 1352891. OLE color: 1352891.

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

Color convert

RGB 187 164 20 -
CMYK 0 0.12 0.89 0.27
HSL 51.74º 0.81% 0.41% -
HSV(B) 51.74º 0.89% 0.73% -
XYZ 33.9 37.17 6.05 -
YUV 154.46 52.12 151.21 -
System Red Green Blue C M Y K H S L
Decimal 187 164 20 0 0.12 0.89 0.27 51.74 0.81 0.41
Hex BB A4 14 0 C 59 1B 34 51 29
Octal 273 244 24 0 14 131 33 64 121 51
Binary 10111011 10100100 10100 0 1100 1011001 11011 110100 1010001 101001

Color Harmonies of #BBA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA414

Black with #BBA414

Text Example


Text Example

White with #BBA414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA414; }

 p { color: rgb(187,164,20); }

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

background-color css

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

 a { background-color: rgb(187,164,20); }

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

border-color css

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

 span { border-color: rgb(187,164,20); }

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