Html Css Color HEX #BC9E10 Buddha Gold

📋 copy color: '#BC9E10'

red 188 ◦ green 158 ◦ blue 16

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

Shades of Buddha Gold #BC9E10

Tints of Buddha Gold #BC9E10

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.65%

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

R = 51.93%
G = 43.65%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BC9E10 (or 0xBC9E10) is known color: Buddha Gold. HEX triplet: BC, 9E and 10. RGB value is (188,158,16). Sum of RGB (Red+Green+Blue) = 188+158+16=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 158 (62.11% from 255 or 43.65% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9E10 is #4361EF. Grayscale: #979797. Windows color (decimal): -4415984 or 1089212. OLE color: 1089212.

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

Color convert

RGB 188 158 16 -
CMYK 0 0.16 0.91 0.26
HSL 49.53º 0.84% 0.4% -
HSV(B) 49.53º 0.91% 0.74% -
XYZ 33.06 35.18 5.54 -
YUV 150.78 51.94 154.55 -
System Red Green Blue C M Y K H S L
Decimal 188 158 16 0 0.16 0.91 0.26 49.53 0.84 0.4
Hex BC 9E 10 0 10 5B 1A 32 54 28
Octal 274 236 20 0 20 133 32 62 124 50
Binary 10111100 10011110 10000 0 10000 1011011 11010 110010 1010100 101000

Color Harmonies of #BC9E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9E10

Black with #BC9E10

Text Example


Text Example

White with #BC9E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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