Html Css Color HEX #BBA214 Buddha Gold

📋 copy color: '#BBA214'

red 187 ◦ green 162 ◦ blue 20

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

Shades of Buddha Gold #BBA214

Tints of Buddha Gold #BBA214

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.9%

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

R = 50.68%
G = 43.9%
B = 5.42%

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

#BBA214 (or 0xBBA214) is known color: Buddha Gold. HEX triplet: BB, A2 and 14. RGB value is (187,162,20). Sum of RGB (Red+Green+Blue) = 187+162+20=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA214 is #445DEB. Grayscale: #999999. Windows color (decimal): -4480492 or 1352379. OLE color: 1352379.

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

Color convert

RGB 187 162 20 -
CMYK 0 0.13 0.89 0.27
HSL 51.02º 0.81% 0.41% -
HSV(B) 51.02º 0.89% 0.73% -
XYZ 33.54 36.46 5.93 -
YUV 153.29 52.78 152.05 -
System Red Green Blue C M Y K H S L
Decimal 187 162 20 0 0.13 0.89 0.27 51.02 0.81 0.41
Hex BB A2 14 0 D 59 1B 33 51 29
Octal 273 242 24 0 15 131 33 63 121 51
Binary 10111011 10100010 10100 0 1101 1011001 11011 110011 1010001 101001

Color Harmonies of #BBA214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA214

Black with #BBA214

Text Example


Text Example

White with #BBA214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA214; }

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

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

background-color css

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

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

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

border-color css

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

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

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