Html Css Color HEX #BC9610 Buddha Gold

📋 copy color: '#BC9610'

red 188 ◦ green 150 ◦ blue 16

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

Shades of Buddha Gold #BC9610

Tints of Buddha Gold #BC9610

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.37%

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

R = 53.11%
G = 42.37%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC9610 (or 0xBC9610) is known color: Buddha Gold. HEX triplet: BC, 96 and 10. RGB value is (188,150,16). Sum of RGB (Red+Green+Blue) = 188+150+16=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 16 (6.64% from 255 or 4.52% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9610 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9610 is #4369EF. Grayscale: #929292. Windows color (decimal): -4418032 or 1087164. OLE color: 1087164.

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

Color convert

RGB 188 150 16 -
CMYK 0 0.20 0.91 0.26
HSL 46.74º 0.84% 0.4% -
HSV(B) 46.74º 0.91% 0.74% -
XYZ 31.74 32.54 5.1 -
YUV 146.09 54.59 157.9 -
System Red Green Blue C M Y K H S L
Decimal 188 150 16 0 0.20 0.91 0.26 46.74 0.84 0.4
Hex BC 96 10 0 14 5B 1A 2F 54 28
Octal 274 226 20 0 24 133 32 57 124 50
Binary 10111100 10010110 10000 0 10100 1011011 11010 101111 1010100 101000

Color Harmonies of #BC9610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9610

Black with #BC9610

Text Example


Text Example

White with #BC9610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9610; }

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

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

background-color css

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

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

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

border-color css

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

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

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