Html Css Color HEX #BC9520 Buddha Gold

📋 copy color: '#BC9520'

red 188 ◦ green 149 ◦ blue 32

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

Shades of Buddha Gold #BC9520

Tints of Buddha Gold #BC9520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.38%

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

R = 50.95%
G = 40.38%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC9520 (or 0xBC9520) is known color: Buddha Gold. HEX triplet: BC, 95 and 20. RGB value is (188,149,32). Sum of RGB (Red+Green+Blue) = 188+149+32=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 32 (12.89% from 255 or 8.67% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9520 is #436ADF. Grayscale: #939393. Windows color (decimal): -4418272 or 2135484. OLE color: 2135484.

HSL color Cylindrical-coordinate representation of color #BC9520: hue angle of 45º 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 #BC9520 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 149 32 -
CMYK 0 0.21 0.83 0.26
HSL 45º 0.71% 0.43% -
HSV(B) 45º 0.83% 0.74% -
XYZ 31.75 32.29 5.93 -
YUV 147.32 62.92 157.01 -
System Red Green Blue C M Y K H S L
Decimal 188 149 32 0 0.21 0.83 0.26 45 0.71 0.43
Hex BC 95 20 0 15 53 1A 2D 47 2B
Octal 274 225 40 0 25 123 32 55 107 53
Binary 10111100 10010101 100000 0 10101 1010011 11010 101101 1000111 101011

Color Harmonies of #BC9520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9520

Black with #BC9520

Text Example


Text Example

White with #BC9520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9520; }

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

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

background-color css

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

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

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

border-color css

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

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

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