Html Css Color HEX #BC9918 Buddha Gold

📋 copy color: '#BC9918'

red 188 ◦ green 153 ◦ blue 24

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

Shades of Buddha Gold #BC9918

Tints of Buddha Gold #BC9918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.58%

R = 51.51%
G = 41.92%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BC9918 (or 0xBC9918) is known color: Buddha Gold. HEX triplet: BC, 99 and 18. RGB value is (188,153,24). Sum of RGB (Red+Green+Blue) = 188+153+24=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9918 is #4366E7. Grayscale: #959595. Windows color (decimal): -4417256 or 1612220. OLE color: 1612220.

HSL color Cylindrical-coordinate representation of color #BC9918: hue angle of 47.2º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC9918 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 153 24 -
CMYK 0 0.19 0.87 0.26
HSL 47.2º 0.77% 0.42% -
HSV(B) 47.2º 0.87% 0.74% -
XYZ 32.3 33.54 5.64 -
YUV 148.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 188 153 24 0 0.19 0.87 0.26 47.2 0.77 0.42
Hex BC 99 18 0 13 57 1A 2F 4D 2A
Octal 274 231 30 0 23 127 32 57 115 52
Binary 10111100 10011001 11000 0 10011 1010111 11010 101111 1001101 101010

Color Harmonies of #BC9918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9918

Black with #BC9918

Text Example


Text Example

White with #BC9918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9918; }

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

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

background-color css

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

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

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

border-color css

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

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

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