Html Css Color HEX #BCA218 Buddha Gold

📋 copy color: '#BCA218'

red 188 ◦ green 162 ◦ blue 24

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

Shades of Buddha Gold #BCA218

Tints of Buddha Gold #BCA218

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.32%

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

R = 50.27%
G = 43.32%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BCA218 (or 0xBCA218) is known color: Buddha Gold. HEX triplet: BC, A2 and 18. RGB value is (188,162,24). Sum of RGB (Red+Green+Blue) = 188+162+24=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA218 is #435DE7. Grayscale: #9A9A9A. Windows color (decimal): -4414952 or 1614524. OLE color: 1614524.

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

Color convert

RGB 188 162 24 -
CMYK 0 0.14 0.87 0.26
HSL 50.49º 0.77% 0.42% -
HSV(B) 50.49º 0.87% 0.74% -
XYZ 33.82 36.6 6.15 -
YUV 154.04 54.61 152.22 -
System Red Green Blue C M Y K H S L
Decimal 188 162 24 0 0.14 0.87 0.26 50.49 0.77 0.42
Hex BC A2 18 0 E 57 1A 32 4D 2A
Octal 274 242 30 0 16 127 32 62 115 52
Binary 10111100 10100010 11000 0 1110 1010111 11010 110010 1001101 101010

Color Harmonies of #BCA218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA218

Black with #BCA218

Text Example


Text Example

White with #BCA218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA218; }

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

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

background-color css

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

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

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

border-color css

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

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

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