Html Css Color HEX #BC9D16 Buddha Gold

📋 copy color: '#BC9D16'

red 188 ◦ green 157 ◦ blue 22

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

Shades of Buddha Gold #BC9D16

Tints of Buddha Gold #BC9D16

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.78%

 BLUE value IS 22 (8.98% from 255) = 5.99%

R = 51.23%
G = 42.78%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC9D16 (or 0xBC9D16) is known color: Buddha Gold. HEX triplet: BC, 9D and 16. RGB value is (188,157,22). Sum of RGB (Red+Green+Blue) = 188+157+22=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 22 (8.98% from 255 or 5.99% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9D16 is #4362E9. Grayscale: #979797. Windows color (decimal): -4416234 or 1482172. OLE color: 1482172.

HSL color Cylindrical-coordinate representation of color #BC9D16: hue angle of 48.8º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC9D16 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 157 22 -
CMYK 0 0.16 0.88 0.26
HSL 48.8º 0.79% 0.41% -
HSV(B) 48.8º 0.88% 0.74% -
XYZ 32.94 34.86 5.75 -
YUV 150.88 55.27 154.48 -
System Red Green Blue C M Y K H S L
Decimal 188 157 22 0 0.16 0.88 0.26 48.8 0.79 0.41
Hex BC 9D 16 0 10 58 1A 31 4F 29
Octal 274 235 26 0 20 130 32 61 117 51
Binary 10111100 10011101 10110 0 10000 1011000 11010 110001 1001111 101001

Color Harmonies of #BC9D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9D16

Black with #BC9D16

Text Example


Text Example

White with #BC9D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9D16; }

 p { color: rgb(188,157,22); }

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

background-color css

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

 a { background-color: rgb(188,157,22); }

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

border-color css

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

 span { border-color: rgb(188,157,22); }

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