Html Css Color HEX #BC9410 Buddha Gold

📋 copy color: '#BC9410'

red 188 ◦ green 148 ◦ blue 16

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

Shades of Buddha Gold #BC9410

Tints of Buddha Gold #BC9410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.05%

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

R = 53.41%
G = 42.05%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC9410 (or 0xBC9410) is known color: Buddha Gold. HEX triplet: BC, 94 and 10. RGB value is (188,148,16). Sum of RGB (Red+Green+Blue) = 188+148+16=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9410 is #436BEF. Grayscale: #919191. Windows color (decimal): -4418544 or 1086652. OLE color: 1086652.

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

Color convert

RGB 188 148 16 -
CMYK 0 0.21 0.91 0.26
HSL 46.05º 0.84% 0.4% -
HSV(B) 46.05º 0.91% 0.74% -
XYZ 31.42 31.91 4.99 -
YUV 144.91 55.25 158.73 -
System Red Green Blue C M Y K H S L
Decimal 188 148 16 0 0.21 0.91 0.26 46.05 0.84 0.4
Hex BC 94 10 0 15 5B 1A 2E 54 28
Octal 274 224 20 0 25 133 32 56 124 50
Binary 10111100 10010100 10000 0 10101 1011011 11010 101110 1010100 101000

Color Harmonies of #BC9410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9410

Black with #BC9410

Text Example


Text Example

White with #BC9410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9410; }

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

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

background-color css

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

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

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

border-color css

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

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

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