Html Css Color HEX #BC9920 Buddha Gold

📋 copy color: '#BC9920'

red 188 ◦ green 153 ◦ blue 32

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

Shades of Buddha Gold #BC9920

Tints of Buddha Gold #BC9920

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.02%

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

R = 50.4%
G = 41.02%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC9920 (or 0xBC9920) is known color: Buddha Gold. HEX triplet: BC, 99 and 20. RGB value is (188,153,32). Sum of RGB (Red+Green+Blue) = 188+153+32=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9920 is #4366DF. Grayscale: #969696. Windows color (decimal): -4417248 or 2136508. OLE color: 2136508.

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

Color convert

RGB 188 153 32 -
CMYK 0 0.19 0.83 0.26
HSL 46.54º 0.71% 0.43% -
HSV(B) 46.54º 0.83% 0.74% -
XYZ 32.39 33.58 6.14 -
YUV 149.67 61.6 155.34 -
System Red Green Blue C M Y K H S L
Decimal 188 153 32 0 0.19 0.83 0.26 46.54 0.71 0.43
Hex BC 99 20 0 13 53 1A 2F 47 2B
Octal 274 231 40 0 23 123 32 57 107 53
Binary 10111100 10011001 100000 0 10011 1010011 11010 101111 1000111 101011

Color Harmonies of #BC9920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9920

Black with #BC9920

Text Example


Text Example

White with #BC9920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9920; }

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

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

background-color css

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

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

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

border-color css

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

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

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