Html Css Color HEX #BC9615 Buddha Gold

📋 copy color: '#BC9615'

red 188 ◦ green 150 ◦ blue 21

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

Shades of Buddha Gold #BC9615

Tints of Buddha Gold #BC9615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.85%

R = 52.37%
G = 41.78%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC9615 (or 0xBC9615) is known color: Buddha Gold. HEX triplet: BC, 96 and 15. RGB value is (188,150,21). Sum of RGB (Red+Green+Blue) = 188+150+21=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9615 is #4369EA. Grayscale: #939393. Windows color (decimal): -4418027 or 1414844. OLE color: 1414844.

HSL color Cylindrical-coordinate representation of color #BC9615: hue angle of 46.35º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC9615 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 150 21 -
CMYK 0 0.20 0.89 0.26
HSL 46.35º 0.8% 0.41% -
HSV(B) 46.35º 0.89% 0.74% -
XYZ 31.78 32.56 5.32 -
YUV 146.66 57.09 157.49 -
System Red Green Blue C M Y K H S L
Decimal 188 150 21 0 0.20 0.89 0.26 46.35 0.8 0.41
Hex BC 96 15 0 14 59 1A 2E 50 29
Octal 274 226 25 0 24 131 32 56 120 51
Binary 10111100 10010110 10101 0 10100 1011001 11010 101110 1010000 101001

Color Harmonies of #BC9615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9615

Black with #BC9615

Text Example


Text Example

White with #BC9615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9615; }

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

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

background-color css

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

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

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

border-color css

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

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

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