Html Css Color HEX #BC9411 Buddha Gold

📋 copy color: '#BC9411'

red 188 ◦ green 148 ◦ blue 17

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

Shades of Buddha Gold #BC9411

Tints of Buddha Gold #BC9411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.82%

R = 53.26%
G = 41.93%
B = 4.82%

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

#BC9411 (or 0xBC9411) is known color: Buddha Gold. HEX triplet: BC, 94 and 11. RGB value is (188,148,17). Sum of RGB (Red+Green+Blue) = 188+148+17=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9411 is #436BEE. Grayscale: #919191. Windows color (decimal): -4418543 or 1152188. OLE color: 1152188.

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

Color convert

RGB 188 148 17 -
CMYK 0 0.21 0.91 0.26
HSL 45.96º 0.83% 0.4% -
HSV(B) 45.96º 0.91% 0.74% -
XYZ 31.43 31.91 5.03 -
YUV 145.03 55.75 158.65 -
System Red Green Blue C M Y K H S L
Decimal 188 148 17 0 0.21 0.91 0.26 45.96 0.83 0.4
Hex BC 94 11 0 15 5B 1A 2E 53 28
Octal 274 224 21 0 25 133 32 56 123 50
Binary 10111100 10010100 10001 0 10101 1011011 11010 101110 1010011 101000

Color Harmonies of #BC9411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9411

Black with #BC9411

Text Example


Text Example

White with #BC9411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9411; }

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

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

background-color css

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

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

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

border-color css

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

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

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