Html Css Color HEX #BC9910 Buddha Gold

📋 copy color: '#BC9910'

red 188 ◦ green 153 ◦ blue 16

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

Shades of Buddha Gold #BC9910

Tints of Buddha Gold #BC9910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.48%

R = 52.66%
G = 42.86%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC9910 (or 0xBC9910) is known color: Buddha Gold. HEX triplet: BC, 99 and 10. RGB value is (188,153,16). Sum of RGB (Red+Green+Blue) = 188+153+16=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 16 (6.64% from 255 or 4.48% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9910 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9910 is #4366EF. Grayscale: #949494. Windows color (decimal): -4417264 or 1087932. OLE color: 1087932.

HSL color Cylindrical-coordinate representation of color #BC9910: hue angle of 47.79º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC9910 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 153 16 -
CMYK 0 0.19 0.91 0.26
HSL 47.79º 0.84% 0.4% -
HSV(B) 47.79º 0.91% 0.74% -
XYZ 32.22 33.51 5.26 -
YUV 147.85 53.6 156.64 -
System Red Green Blue C M Y K H S L
Decimal 188 153 16 0 0.19 0.91 0.26 47.79 0.84 0.4
Hex BC 99 10 0 13 5B 1A 30 54 28
Octal 274 231 20 0 23 133 32 60 124 50
Binary 10111100 10011001 10000 0 10011 1011011 11010 110000 1010100 101000

Color Harmonies of #BC9910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9910

Black with #BC9910

Text Example


Text Example

White with #BC9910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9910; }

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

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

background-color css

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

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

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

border-color css

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

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

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