Html Css Color HEX #BBA314 Buddha Gold

📋 copy color: '#BBA314'

red 187 ◦ green 163 ◦ blue 20

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

Shades of Buddha Gold #BBA314

Tints of Buddha Gold #BBA314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.05%

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

R = 50.54%
G = 44.05%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBA314 (or 0xBBA314) is known color: Buddha Gold. HEX triplet: BB, A3 and 14. RGB value is (187,163,20). Sum of RGB (Red+Green+Blue) = 187+163+20=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA314 is #445CEB. Grayscale: #9A9A9A. Windows color (decimal): -4480236 or 1352635. OLE color: 1352635.

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

Color convert

RGB 187 163 20 -
CMYK 0 0.13 0.89 0.27
HSL 51.38º 0.81% 0.41% -
HSV(B) 51.38º 0.89% 0.73% -
XYZ 33.72 36.81 5.99 -
YUV 153.87 52.45 151.63 -
System Red Green Blue C M Y K H S L
Decimal 187 163 20 0 0.13 0.89 0.27 51.38 0.81 0.41
Hex BB A3 14 0 D 59 1B 33 51 29
Octal 273 243 24 0 15 131 33 63 121 51
Binary 10111011 10100011 10100 0 1101 1011001 11011 110011 1010001 101001

Color Harmonies of #BBA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA314

Black with #BBA314

Text Example


Text Example

White with #BBA314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA314; }

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

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

background-color css

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

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

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

border-color css

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

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

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