Html Css Color HEX #BC9311 Buddha Gold

📋 copy color: '#BC9311'

red 188 ◦ green 147 ◦ blue 17

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

Shades of Buddha Gold #BC9311

Tints of Buddha Gold #BC9311

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.76%

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

R = 53.41%
G = 41.76%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC9311 (or 0xBC9311) is known color: Buddha Gold. HEX triplet: BC, 93 and 11. RGB value is (188,147,17). Sum of RGB (Red+Green+Blue) = 188+147+17=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 147 (57.81% from 255 or 41.76% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9311 is #436CEE. Grayscale: #919191. Windows color (decimal): -4418799 or 1151932. OLE color: 1151932.

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

Color convert

RGB 188 147 17 -
CMYK 0 0.22 0.91 0.26
HSL 45.61º 0.83% 0.4% -
HSV(B) 45.61º 0.91% 0.74% -
XYZ 31.27 31.6 4.98 -
YUV 144.44 56.08 159.07 -
System Red Green Blue C M Y K H S L
Decimal 188 147 17 0 0.22 0.91 0.26 45.61 0.83 0.4
Hex BC 93 11 0 16 5B 1A 2E 53 28
Octal 274 223 21 0 26 133 32 56 123 50
Binary 10111100 10010011 10001 0 10110 1011011 11010 101110 1010011 101000

Color Harmonies of #BC9311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9311

Black with #BC9311

Text Example


Text Example

White with #BC9311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9311; }

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

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

background-color css

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

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

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

border-color css

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

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

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