Html Css Color HEX #BCA020 Buddha Gold

📋 copy color: '#BCA020'

red 188 ◦ green 160 ◦ blue 32

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

Shades of Buddha Gold #BCA020

Tints of Buddha Gold #BCA020

RGB

 RED value IS 188 (73.83% from 255) = 49.47%

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

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

R = 49.47%
G = 42.11%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BCA020 (or 0xBCA020) is known color: Buddha Gold. HEX triplet: BC, A0 and 20. RGB value is (188,160,32). Sum of RGB (Red+Green+Blue) = 188+160+32=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 32 (12.89% from 255 or 8.42% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA020 is #435FDF. Grayscale: #9A9A9A. Windows color (decimal): -4415456 or 2138300. OLE color: 2138300.

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

Color convert

RGB 188 160 32 -
CMYK 0 0.15 0.83 0.26
HSL 49.23º 0.71% 0.43% -
HSV(B) 49.23º 0.83% 0.74% -
XYZ 33.57 35.94 6.53 -
YUV 153.78 59.28 152.41 -
System Red Green Blue C M Y K H S L
Decimal 188 160 32 0 0.15 0.83 0.26 49.23 0.71 0.43
Hex BC A0 20 0 F 53 1A 31 47 2B
Octal 274 240 40 0 17 123 32 61 107 53
Binary 10111100 10100000 100000 0 1111 1010011 11010 110001 1000111 101011

Color Harmonies of #BCA020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA020

Black with #BCA020

Text Example


Text Example

White with #BCA020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA020; }

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

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

background-color css

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

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

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

border-color css

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

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

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