Html Css Color HEX #BC9815 Buddha Gold

📋 copy color: '#BC9815'

red 188 ◦ green 152 ◦ blue 21

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

Shades of Buddha Gold #BC9815

Tints of Buddha Gold #BC9815

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.11%

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

R = 52.08%
G = 42.11%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC9815 (or 0xBC9815) is known color: Buddha Gold. HEX triplet: BC, 98 and 15. RGB value is (188,152,21). Sum of RGB (Red+Green+Blue) = 188+152+21=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9815 is #4367EA. Grayscale: #949494. Windows color (decimal): -4417515 or 1415356. OLE color: 1415356.

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

Color convert

RGB 188 152 21 -
CMYK 0 0.19 0.89 0.26
HSL 47.07º 0.8% 0.41% -
HSV(B) 47.07º 0.89% 0.74% -
XYZ 32.1 33.2 5.43 -
YUV 147.83 56.43 156.65 -
System Red Green Blue C M Y K H S L
Decimal 188 152 21 0 0.19 0.89 0.26 47.07 0.8 0.41
Hex BC 98 15 0 13 59 1A 2F 50 29
Octal 274 230 25 0 23 131 32 57 120 51
Binary 10111100 10011000 10101 0 10011 1011001 11010 101111 1010000 101001

Color Harmonies of #BC9815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9815

Black with #BC9815

Text Example


Text Example

White with #BC9815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9815; }

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

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

background-color css

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

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

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

border-color css

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

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

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