Html Css Color HEX #BBA020 Buddha Gold

📋 copy color: '#BBA020'

red 187 ◦ green 160 ◦ blue 32

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

Shades of Buddha Gold #BBA020

Tints of Buddha Gold #BBA020

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.22%

 BLUE value IS 32 (12.89% from 255) = 8.44%

R = 49.34%
G = 42.22%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBA020 (or 0xBBA020) is known color: Buddha Gold. HEX triplet: BB, A0 and 20. RGB value is (187,160,32). Sum of RGB (Red+Green+Blue) = 187+160+32=379 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.34% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 32 (12.89% from 255 or 8.44% from 379); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA020 is #445FDF. Grayscale: #9A9A9A. Windows color (decimal): -4480992 or 2138299. OLE color: 2138299.

HSL color Cylindrical-coordinate representation of color #BBA020: hue angle of 49.55º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBA020 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 32 -
CMYK 0 0.14 0.83 0.27
HSL 49.55º 0.71% 0.43% -
HSV(B) 49.55º 0.83% 0.73% -
XYZ 33.33 35.81 6.52 -
YUV 153.48 59.45 151.91 -
System Red Green Blue C M Y K H S L
Decimal 187 160 32 0 0.14 0.83 0.27 49.55 0.71 0.43
Hex BB A0 20 0 E 53 1B 32 47 2B
Octal 273 240 40 0 16 123 33 62 107 53
Binary 10111011 10100000 100000 0 1110 1010011 11011 110010 1000111 101011

Color Harmonies of #BBA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA020

Black with #BBA020

Text Example


Text Example

White with #BBA020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA020; }

 p { color: rgb(187,160,32); }

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

background-color css

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

 a { background-color: rgb(187,160,32); }

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

border-color css

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

 span { border-color: rgb(187,160,32); }

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