Html Css Color HEX #BC9915 Buddha Gold

📋 copy color: '#BC9915'

red 188 ◦ green 153 ◦ blue 21

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

Shades of Buddha Gold #BC9915

Tints of Buddha Gold #BC9915

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

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

R = 51.93%
G = 42.27%
B = 5.8%

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

#BC9915 (or 0xBC9915) is known color: Buddha Gold. HEX triplet: BC, 99 and 15. RGB value is (188,153,21). Sum of RGB (Red+Green+Blue) = 188+153+21=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9915 is #4366EA. Grayscale: #949494. Windows color (decimal): -4417259 or 1415612. OLE color: 1415612.

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

Color convert

RGB 188 153 21 -
CMYK 0 0.19 0.89 0.26
HSL 47.43º 0.8% 0.41% -
HSV(B) 47.43º 0.89% 0.74% -
XYZ 32.27 33.53 5.48 -
YUV 148.42 56.1 156.23 -
System Red Green Blue C M Y K H S L
Decimal 188 153 21 0 0.19 0.89 0.26 47.43 0.8 0.41
Hex BC 99 15 0 13 59 1A 2F 50 29
Octal 274 231 25 0 23 131 32 57 120 51
Binary 10111100 10011001 10101 0 10011 1011001 11010 101111 1010000 101001

Color Harmonies of #BC9915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9915

Black with #BC9915

Text Example


Text Example

White with #BC9915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9915; }

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

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

background-color css

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

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

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

border-color css

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

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

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